Html Css Color HEX #661247 Pompadour

📋 copy color: '#661247'

red 102 ◦ green 18 ◦ blue 71

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

Shades of Pompadour #661247

Tints of Pompadour #661247

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.42%

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

R = 53.4%
G = 9.42%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.30

 K value IS 0.6

RGB Variations

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

Color information

#661247 (or 0x661247) is known color: Pompadour. HEX triplet: 66, 12 and 47. RGB value is (102,18,71). Sum of RGB (Red+Green+Blue) = 102+18+71=191 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.40% from 191); Green value is 18 (7.42% from 255 or 9.42% from 191); Blue value is 71 (28.12% from 255 or 37.17% from 191); Max value from RGB is 102 - color contains mainly: red. Hex color #661247 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661247 is #99EDB8. Grayscale: #313131. Windows color (decimal): -10087865 or 4657766. OLE color: 4657766.

HSL color Cylindrical-coordinate representation of color #661247: hue angle of 322.14º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #661247 is Cyan = 0, Magento = 0.82, Yellow = 0.30 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 18 71 -
CMYK 0 0.82 0.30 0.6
HSL 322.14º 0.7% 0.24% -
HSV(B) 322.14º 0.82% 0.4% -
XYZ 6.83 3.71 6.32 -
YUV 49.16 140.33 165.69 -
System Red Green Blue C M Y K H S L
Decimal 102 18 71 0 0.82 0.30 0.6 322.14 0.7 0.24
Hex 66 12 47 0 52 1E 3C 142 46 18
Octal 146 22 107 0 122 36 74 502 106 30
Binary 1100110 10010 1000111 0 1010010 11110 111100 101000010 1000110 11000

Color Harmonies of #661247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661247

Black with #661247

Text Example


Text Example

White with #661247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661247; }

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

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

background-color css

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

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

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

border-color css

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

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

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