Html Css Color HEX #661647 Pompadour

📋 copy color: '#661647'

red 102 ◦ green 22 ◦ blue 71

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

Shades of Pompadour #661647

Tints of Pompadour #661647

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.28%

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

R = 52.31%
G = 11.28%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.30

 K value IS 0.6

RGB Variations

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

Color information

#661647 (or 0x661647) is known color: Pompadour. HEX triplet: 66, 16 and 47. RGB value is (102,22,71). Sum of RGB (Red+Green+Blue) = 102+22+71=195 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.31% from 195); Green value is 22 (8.98% from 255 or 11.28% from 195); Blue value is 71 (28.12% from 255 or 36.41% from 195); Max value from RGB is 102 - color contains mainly: red. Hex color #661647 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661647 is #99E9B8. Grayscale: #333333. Windows color (decimal): -10086841 or 4658790. OLE color: 4658790.

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

Color convert

RGB 102 22 71 -
CMYK 0 0.78 0.30 0.6
HSL 323.25º 0.65% 0.24% -
HSV(B) 323.25º 0.78% 0.4% -
XYZ 6.9 3.85 6.34 -
YUV 51.51 139 164.02 -
System Red Green Blue C M Y K H S L
Decimal 102 22 71 0 0.78 0.30 0.6 323.25 0.65 0.24
Hex 66 16 47 0 4E 1E 3C 143 41 18
Octal 146 26 107 0 116 36 74 503 101 30
Binary 1100110 10110 1000111 0 1001110 11110 111100 101000011 1000001 11000

Color Harmonies of #661647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661647

Black with #661647

Text Example


Text Example

White with #661647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661647; }

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

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

background-color css

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

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

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

border-color css

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

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

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