Html Css Color HEX #662A49 Pompadour

📋 copy color: '#662A49'

red 102 ◦ green 42 ◦ blue 73

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

Shades of Pompadour #662A49

Tints of Pompadour #662A49

RGB

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

 GREEN value IS 42 (16.8% from 255) = 19.35%

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

R = 47%
G = 19.35%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.28

 K value IS 0.6

RGB Variations

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

Color information

#662A49 (or 0x662A49) is known color: Pompadour. HEX triplet: 66, 2A and 49. RGB value is (102,42,73). Sum of RGB (Red+Green+Blue) = 102+42+73=217 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.00% from 217); Green value is 42 (16.80% from 255 or 19.35% from 217); Blue value is 73 (28.91% from 255 or 33.64% from 217); Max value from RGB is 102 - color contains mainly: red. Hex color #662A49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662A49 is #99D5B6. Grayscale: #3F3F3F. Windows color (decimal): -10081719 or 4794982. OLE color: 4794982.

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

Color convert

RGB 102 42 73 -
CMYK 0 0.59 0.28 0.6
HSL 329º 0.42% 0.28% -
HSV(B) 329º 0.59% 0.4% -
XYZ 7.51 4.96 6.87 -
YUV 63.47 133.38 155.48 -
System Red Green Blue C M Y K H S L
Decimal 102 42 73 0 0.59 0.28 0.6 329 0.42 0.28
Hex 66 2A 49 0 3B 1C 3C 149 2A 1C
Octal 146 52 111 0 73 34 74 511 52 34
Binary 1100110 101010 1001001 0 111011 11100 111100 101001001 101010 11100

Color Harmonies of #662A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662A49

Black with #662A49

Text Example


Text Example

White with #662A49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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