Html Css Color HEX #662949 Pompadour

📋 copy color: '#662949'

red 102 ◦ green 41 ◦ blue 73

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

Shades of Pompadour #662949

Tints of Pompadour #662949

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.98%

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

R = 47.22%
G = 18.98%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.28

 K value IS 0.6

RGB Variations

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

Color information

#662949 (or 0x662949) is known color: Pompadour. HEX triplet: 66, 29 and 49. RGB value is (102,41,73). Sum of RGB (Red+Green+Blue) = 102+41+73=216 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.22% from 216); Green value is 41 (16.41% from 255 or 18.98% from 216); Blue value is 73 (28.91% from 255 or 33.80% from 216); Max value from RGB is 102 - color contains mainly: red. Hex color #662949 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662949 is #99D6B6. Grayscale: #3E3E3E. Windows color (decimal): -10081975 or 4794726. OLE color: 4794726.

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

Color convert

RGB 102 41 73 -
CMYK 0 0.60 0.28 0.6
HSL 328.52º 0.43% 0.28% -
HSV(B) 328.52º 0.6% 0.4% -
XYZ 7.48 4.89 6.85 -
YUV 62.89 133.71 155.9 -
System Red Green Blue C M Y K H S L
Decimal 102 41 73 0 0.60 0.28 0.6 328.52 0.43 0.28
Hex 66 29 49 0 3C 1C 3C 149 2B 1C
Octal 146 51 111 0 74 34 74 511 53 34
Binary 1100110 101001 1001001 0 111100 11100 111100 101001001 101011 11100

Color Harmonies of #662949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662949

Black with #662949

Text Example


Text Example

White with #662949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662949; }

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

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

background-color css

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

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

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

border-color css

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

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

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