Html Css Color HEX #662544 Pompadour

📋 copy color: '#662544'

red 102 ◦ green 37 ◦ blue 68

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

Shades of Pompadour #662544

Tints of Pompadour #662544

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.87%

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

R = 49.28%
G = 17.87%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.33

 K value IS 0.6

RGB Variations

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

Color information

#662544 (or 0x662544) is known color: Pompadour. HEX triplet: 66, 25 and 44. RGB value is (102,37,68). Sum of RGB (Red+Green+Blue) = 102+37+68=207 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.28% from 207); Green value is 37 (14.84% from 255 or 17.87% from 207); Blue value is 68 (26.95% from 255 or 32.85% from 207); Max value from RGB is 102 - color contains mainly: red. Hex color #662544 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662544 is #99DABB. Grayscale: #3B3B3B. Windows color (decimal): -10083004 or 4466022. OLE color: 4466022.

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

Color convert

RGB 102 37 68 -
CMYK 0 0.64 0.33 0.6
HSL 331.38º 0.47% 0.27% -
HSV(B) 331.38º 0.64% 0.4% -
XYZ 7.18 4.57 5.97 -
YUV 59.97 132.53 157.98 -
System Red Green Blue C M Y K H S L
Decimal 102 37 68 0 0.64 0.33 0.6 331.38 0.47 0.27
Hex 66 25 44 0 40 21 3C 14B 2F 1B
Octal 146 45 104 0 100 41 74 513 57 33
Binary 1100110 100101 1000100 0 1000000 100001 111100 101001011 101111 11011

Color Harmonies of #662544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662544

Black with #662544

Text Example


Text Example

White with #662544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662544; }

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

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

background-color css

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

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

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

border-color css

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

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

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