Html Css Color HEX #662B49 Pompadour

📋 copy color: '#662B49'

red 102 ◦ green 43 ◦ blue 73

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

Shades of Pompadour #662B49

Tints of Pompadour #662B49

RGB

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

 GREEN value IS 43 (17.19% from 255) = 19.72%

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

R = 46.79%
G = 19.72%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.28

 K value IS 0.6

RGB Variations

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

Color information

#662B49 (or 0x662B49) is known color: Pompadour. HEX triplet: 66, 2B and 49. RGB value is (102,43,73). Sum of RGB (Red+Green+Blue) = 102+43+73=218 (28% of max value = 765). Red value is 102 (40.23% from 255 or 46.79% from 218); Green value is 43 (17.19% from 255 or 19.72% from 218); Blue value is 73 (28.91% from 255 or 33.49% from 218); Max value from RGB is 102 - color contains mainly: red. Hex color #662B49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662B49 is #99D4B6. Grayscale: #404040. Windows color (decimal): -10081463 or 4795238. OLE color: 4795238.

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

Color convert

RGB 102 43 73 -
CMYK 0 0.58 0.28 0.6
HSL 329.49º 0.41% 0.28% -
HSV(B) 329.49º 0.58% 0.4% -
XYZ 7.55 5.03 6.88 -
YUV 64.06 133.05 155.06 -
System Red Green Blue C M Y K H S L
Decimal 102 43 73 0 0.58 0.28 0.6 329.49 0.41 0.28
Hex 66 2B 49 0 3A 1C 3C 149 29 1C
Octal 146 53 111 0 72 34 74 511 51 34
Binary 1100110 101011 1001001 0 111010 11100 111100 101001001 101001 11100

Color Harmonies of #662B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662B49

Black with #662B49

Text Example


Text Example

White with #662B49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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