Html Css Color HEX #662249 Pompadour

📋 copy color: '#662249'

red 102 ◦ green 34 ◦ blue 73

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

Shades of Pompadour #662249

Tints of Pompadour #662249

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.27%

 BLUE value IS 73 (28.91% from 255) = 34.93%

R = 48.8%
G = 16.27%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.28

 K value IS 0.6

RGB Variations

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

Color information

#662249 (or 0x662249) is known color: Pompadour. HEX triplet: 66, 22 and 49. RGB value is (102,34,73). Sum of RGB (Red+Green+Blue) = 102+34+73=209 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.80% from 209); Green value is 34 (13.67% from 255 or 16.27% from 209); Blue value is 73 (28.91% from 255 or 34.93% from 209); Max value from RGB is 102 - color contains mainly: red. Hex color #662249 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662249 is #99DDB6. Grayscale: #3A3A3A. Windows color (decimal): -10083767 or 4792934. OLE color: 4792934.

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

Color convert

RGB 102 34 73 -
CMYK 0 0.67 0.28 0.6
HSL 325.59º 0.5% 0.27% -
HSV(B) 325.59º 0.67% 0.4% -
XYZ 7.25 4.45 6.78 -
YUV 58.78 136.03 158.83 -
System Red Green Blue C M Y K H S L
Decimal 102 34 73 0 0.67 0.28 0.6 325.59 0.5 0.27
Hex 66 22 49 0 43 1C 3C 146 32 1B
Octal 146 42 111 0 103 34 74 506 62 33
Binary 1100110 100010 1001001 0 1000011 11100 111100 101000110 110010 11011

Color Harmonies of #662249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662249

Black with #662249

Text Example


Text Example

White with #662249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662249; }

 p { color: rgb(102,34,73); }

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

background-color css

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

 a { background-color: rgb(102,34,73); }

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

border-color css

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

 span { border-color: rgb(102,34,73); }

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