Html Css Color HEX #661246 Pompadour

📋 copy color: '#661246'

red 102 ◦ green 18 ◦ blue 70

#661246
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pompadour #661246

Tints of Pompadour #661246

RGB

 RED value IS 102 (40.23% from 255) = 53.68%

 GREEN value IS 18 (7.42% from 255) = 9.47%

 BLUE value IS 70 (27.73% from 255) = 36.84%

R = 53.68%
G = 9.47%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.31

 K value IS 0.6

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#661246 (or 0x661246) is known color: Pompadour. HEX triplet: 66, 12 and 46. RGB value is (102,18,70). Sum of RGB (Red+Green+Blue) = 102+18+70=190 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.68% from 190); Green value is 18 (7.42% from 255 or 9.47% from 190); Blue value is 70 (27.73% from 255 or 36.84% from 190); Max value from RGB is 102 - color contains mainly: red. Hex color #661246 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661246 is #99EDB9. Grayscale: #303030. Windows color (decimal): -10087866 or 4592230. OLE color: 4592230.

HSL color Cylindrical-coordinate representation of color #661246: hue angle of 322.86º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #661246 is Cyan = 0, Magento = 0.82, Yellow = 0.31 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 18 70 -
CMYK 0 0.82 0.31 0.6
HSL 322.86º 0.7% 0.24% -
HSV(B) 322.86º 0.82% 0.4% -
XYZ 6.8 3.7 6.15 -
YUV 49.04 139.83 165.77 -
System Red Green Blue C M Y K H S L
Decimal 102 18 70 0 0.82 0.31 0.6 322.86 0.7 0.24
Hex 66 12 46 0 52 1F 3C 143 46 18
Octal 146 22 106 0 122 37 74 503 106 30
Binary 1100110 10010 1000110 0 1010010 11111 111100 101000011 1000110 11000

Color Harmonies of #661246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661246

Black with #661246

Text Example


Text Example

White with #661246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661246; }

 p { color: rgb(102,18,70); }

 H1.HeaderClassName
 {
   color: #661246;
 }
 .AnyTagClassName
 {
   color: #661246;
 }
</style>

background-color css

<style>
 a { background-color: #661246; }

 a { background-color: rgb(102,18,70); }

 div.DivClassName
 {
   background-color: #661246;
 }
 .BgClassName
 {
   background-color: #661246;
 }
</style>

border-color css

<style>
 span { border-color: #661246; }

 span { border-color: rgb(102,18,70); }

 td.TdClassName
 {
   border-color: #661246;
 }
 .TagClassName
 {
   border-color: #661246;
 }
</style>