Html Css Color HEX #662051 Pompadour

📋 copy color: '#662051'

red 102 ◦ green 32 ◦ blue 81

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

Shades of Pompadour #662051

Tints of Pompadour #662051

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.88%

 BLUE value IS 81 (32.03% from 255) = 37.67%

R = 47.44%
G = 14.88%
B = 37.67%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.21

 K value IS 0.6

RGB Variations

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

Color information

#662051 (or 0x662051) is known color: Pompadour. HEX triplet: 66, 20 and 51. RGB value is (102,32,81). Sum of RGB (Red+Green+Blue) = 102+32+81=215 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.44% from 215); Green value is 32 (12.89% from 255 or 14.88% from 215); Blue value is 81 (32.03% from 255 or 37.67% from 215); Max value from RGB is 102 - color contains mainly: red. Hex color #662051 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662051 is #99DFAE. Grayscale: #3A3A3A. Windows color (decimal): -10084271 or 5316710. OLE color: 5316710.

HSL color Cylindrical-coordinate representation of color #662051: hue angle of 318º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #662051 is Cyan = 0, Magento = 0.69, Yellow = 0.21 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 32 81 -
CMYK 0 0.69 0.21 0.6
HSL 318º 0.52% 0.26% -
HSV(B) 318º 0.69% 0.4% -
XYZ 7.48 4.45 8.25 -
YUV 58.52 140.69 159.02 -
System Red Green Blue C M Y K H S L
Decimal 102 32 81 0 0.69 0.21 0.6 318 0.52 0.26
Hex 66 20 51 0 45 15 3C 13E 34 1A
Octal 146 40 121 0 105 25 74 476 64 32
Binary 1100110 100000 1010001 0 1000101 10101 111100 100111110 110100 11010

Color Harmonies of #662051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662051

Black with #662051

Text Example


Text Example

White with #662051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662051; }

 p { color: rgb(102,32,81); }

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

background-color css

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

 a { background-color: rgb(102,32,81); }

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

border-color css

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

 span { border-color: rgb(102,32,81); }

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