Html Css Color HEX #661447 Pompadour

📋 copy color: '#661447'

red 102 ◦ green 20 ◦ blue 71

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

Shades of Pompadour #661447

Tints of Pompadour #661447

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.36%

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

R = 52.85%
G = 10.36%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.30

 K value IS 0.6

RGB Variations

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

Color information

#661447 (or 0x661447) is known color: Pompadour. HEX triplet: 66, 14 and 47. RGB value is (102,20,71). Sum of RGB (Red+Green+Blue) = 102+20+71=193 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.85% from 193); Green value is 20 (8.20% from 255 or 10.36% from 193); Blue value is 71 (28.12% from 255 or 36.79% from 193); Max value from RGB is 102 - color contains mainly: red. Hex color #661447 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661447 is #99EBB8. Grayscale: #323232. Windows color (decimal): -10087353 or 4658278. OLE color: 4658278.

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

Color convert

RGB 102 20 71 -
CMYK 0 0.80 0.30 0.6
HSL 322.68º 0.67% 0.24% -
HSV(B) 322.68º 0.8% 0.4% -
XYZ 6.87 3.78 6.33 -
YUV 50.33 139.67 164.85 -
System Red Green Blue C M Y K H S L
Decimal 102 20 71 0 0.80 0.30 0.6 322.68 0.67 0.24
Hex 66 14 47 0 50 1E 3C 143 43 18
Octal 146 24 107 0 120 36 74 503 103 30
Binary 1100110 10100 1000111 0 1010000 11110 111100 101000011 1000011 11000

Color Harmonies of #661447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661447

Black with #661447

Text Example


Text Example

White with #661447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661447; }

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

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

background-color css

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

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

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

border-color css

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

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

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