Html Css Color HEX #662444 Pompadour

📋 copy color: '#662444'

red 102 ◦ green 36 ◦ blue 68

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

Shades of Pompadour #662444

Tints of Pompadour #662444

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.48%

 BLUE value IS 68 (26.95% from 255) = 33.01%

R = 49.51%
G = 17.48%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.33

 K value IS 0.6

RGB Variations

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

Color information

#662444 (or 0x662444) is known color: Pompadour. HEX triplet: 66, 24 and 44. RGB value is (102,36,68). Sum of RGB (Red+Green+Blue) = 102+36+68=206 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.51% from 206); Green value is 36 (14.45% from 255 or 17.48% from 206); Blue value is 68 (26.95% from 255 or 33.01% from 206); Max value from RGB is 102 - color contains mainly: red. Hex color #662444 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662444 is #99DBBB. Grayscale: #3B3B3B. Windows color (decimal): -10083260 or 4465766. OLE color: 4465766.

HSL color Cylindrical-coordinate representation of color #662444: hue angle of 330.91º degrees, saturation: 0.48, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #662444 is Cyan = 0, Magento = 0.65, Yellow = 0.33 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 36 68 -
CMYK 0 0.65 0.33 0.6
HSL 330.91º 0.48% 0.27% -
HSV(B) 330.91º 0.65% 0.4% -
XYZ 7.15 4.5 5.96 -
YUV 59.38 132.87 158.4 -
System Red Green Blue C M Y K H S L
Decimal 102 36 68 0 0.65 0.33 0.6 330.91 0.48 0.27
Hex 66 24 44 0 41 21 3C 14B 30 1B
Octal 146 44 104 0 101 41 74 513 60 33
Binary 1100110 100100 1000100 0 1000001 100001 111100 101001011 110000 11011

Color Harmonies of #662444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662444

Black with #662444

Text Example


Text Example

White with #662444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662444; }

 p { color: rgb(102,36,68); }

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

background-color css

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

 a { background-color: rgb(102,36,68); }

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

border-color css

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

 span { border-color: rgb(102,36,68); }

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