Html Css Color HEX #662C48 Pompadour

📋 copy color: '#662C48'

red 102 ◦ green 44 ◦ blue 72

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

Shades of Pompadour #662C48

Tints of Pompadour #662C48

RGB

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

 GREEN value IS 44 (17.58% from 255) = 20.18%

 BLUE value IS 72 (28.52% from 255) = 33.03%

R = 46.79%
G = 20.18%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.29

 K value IS 0.6

RGB Variations

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

Color information

#662C48 (or 0x662C48) is known color: Pompadour. HEX triplet: 66, 2C and 48. RGB value is (102,44,72). Sum of RGB (Red+Green+Blue) = 102+44+72=218 (28% of max value = 765). Red value is 102 (40.23% from 255 or 46.79% from 218); Green value is 44 (17.58% from 255 or 20.18% from 218); Blue value is 72 (28.52% from 255 or 33.03% from 218); Max value from RGB is 102 - color contains mainly: red. Hex color #662C48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662C48 is #99D3B7. Grayscale: #404040. Windows color (decimal): -10081208 or 4729958. OLE color: 4729958.

HSL color Cylindrical-coordinate representation of color #662C48: hue angle of 331.03º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #662C48 is Cyan = 0, Magento = 0.57, Yellow = 0.29 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 44 72 -
CMYK 0 0.57 0.29 0.6
HSL 331.03º 0.4% 0.29% -
HSV(B) 331.03º 0.57% 0.4% -
XYZ 7.55 5.09 6.72 -
YUV 64.53 132.22 154.72 -
System Red Green Blue C M Y K H S L
Decimal 102 44 72 0 0.57 0.29 0.6 331.03 0.4 0.29
Hex 66 2C 48 0 39 1D 3C 14B 28 1D
Octal 146 54 110 0 71 35 74 513 50 35
Binary 1100110 101100 1001000 0 111001 11101 111100 101001011 101000 11101

Color Harmonies of #662C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662C48

Black with #662C48

Text Example


Text Example

White with #662C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662C48; }

 p { color: rgb(102,44,72); }

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

background-color css

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

 a { background-color: rgb(102,44,72); }

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

border-color css

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

 span { border-color: rgb(102,44,72); }

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