Html Css Color HEX #662247 Pompadour

📋 copy color: '#662247'

red 102 ◦ green 34 ◦ blue 71

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

Shades of Pompadour #662247

Tints of Pompadour #662247

RGB

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

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

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

R = 49.28%
G = 16.43%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.30

 K value IS 0.6

RGB Variations

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

Color information

#662247 (or 0x662247) is known color: Pompadour. HEX triplet: 66, 22 and 47. RGB value is (102,34,71). Sum of RGB (Red+Green+Blue) = 102+34+71=207 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.28% from 207); Green value is 34 (13.67% from 255 or 16.43% from 207); Blue value is 71 (28.12% from 255 or 34.30% from 207); Max value from RGB is 102 - color contains mainly: red. Hex color #662247 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662247 is #99DDB8. Grayscale: #3A3A3A. Windows color (decimal): -10083769 or 4661862. OLE color: 4661862.

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

Color convert

RGB 102 34 71 -
CMYK 0 0.67 0.30 0.6
HSL 327.35º 0.5% 0.27% -
HSV(B) 327.35º 0.67% 0.4% -
XYZ 7.19 4.42 6.44 -
YUV 58.55 135.03 158.99 -
System Red Green Blue C M Y K H S L
Decimal 102 34 71 0 0.67 0.30 0.6 327.35 0.5 0.27
Hex 66 22 47 0 43 1E 3C 147 32 1B
Octal 146 42 107 0 103 36 74 507 62 33
Binary 1100110 100010 1000111 0 1000011 11110 111100 101000111 110010 11011

Color Harmonies of #662247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662247

Black with #662247

Text Example


Text Example

White with #662247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662247; }

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

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

background-color css

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

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

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

border-color css

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

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

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