Html Css Color HEX #662947 Pompadour

📋 copy color: '#662947'

red 102 ◦ green 41 ◦ blue 71

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

Shades of Pompadour #662947

Tints of Pompadour #662947

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 33.18%

R = 47.66%
G = 19.16%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.30

 K value IS 0.6

RGB Variations

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

Color information

#662947 (or 0x662947) is known color: Pompadour. HEX triplet: 66, 29 and 47. RGB value is (102,41,71). Sum of RGB (Red+Green+Blue) = 102+41+71=214 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.66% from 214); Green value is 41 (16.41% from 255 or 19.16% from 214); Blue value is 71 (28.12% from 255 or 33.18% from 214); Max value from RGB is 102 - color contains mainly: red. Hex color #662947 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662947 is #99D6B8. Grayscale: #3E3E3E. Windows color (decimal): -10081977 or 4663654. OLE color: 4663654.

HSL color Cylindrical-coordinate representation of color #662947: hue angle of 330.49º 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 #662947 is Cyan = 0, Magento = 0.60, Yellow = 0.30 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 41 71 -
CMYK 0 0.60 0.30 0.6
HSL 330.49º 0.43% 0.28% -
HSV(B) 330.49º 0.6% 0.4% -
XYZ 7.41 4.87 6.51 -
YUV 62.66 132.71 156.06 -
System Red Green Blue C M Y K H S L
Decimal 102 41 71 0 0.60 0.30 0.6 330.49 0.43 0.28
Hex 66 29 47 0 3C 1E 3C 14A 2B 1C
Octal 146 51 107 0 74 36 74 512 53 34
Binary 1100110 101001 1000111 0 111100 11110 111100 101001010 101011 11100

Color Harmonies of #662947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662947

Black with #662947

Text Example


Text Example

White with #662947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662947; }

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

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

background-color css

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

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

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

border-color css

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

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

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