Html Css Color HEX #662151 Pompadour

📋 copy color: '#662151'

red 102 ◦ green 33 ◦ blue 81

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

Shades of Pompadour #662151

Tints of Pompadour #662151

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.28%

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

R = 47.22%
G = 15.28%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.21

 K value IS 0.6

RGB Variations

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

Color information

#662151 (or 0x662151) is known color: Pompadour. HEX triplet: 66, 21 and 51. RGB value is (102,33,81). Sum of RGB (Red+Green+Blue) = 102+33+81=216 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.22% from 216); Green value is 33 (13.28% from 255 or 15.28% from 216); Blue value is 81 (32.03% from 255 or 37.5% from 216); Max value from RGB is 102 - color contains mainly: red. Hex color #662151 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662151 is #99DEAE. Grayscale: #3A3A3A. Windows color (decimal): -10084015 or 5316966. OLE color: 5316966.

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

Color convert

RGB 102 33 81 -
CMYK 0 0.68 0.21 0.6
HSL 318.26º 0.51% 0.26% -
HSV(B) 318.26º 0.68% 0.4% -
XYZ 7.51 4.51 8.26 -
YUV 59.1 140.36 158.6 -
System Red Green Blue C M Y K H S L
Decimal 102 33 81 0 0.68 0.21 0.6 318.26 0.51 0.26
Hex 66 21 51 0 44 15 3C 13E 33 1A
Octal 146 41 121 0 104 25 74 476 63 32
Binary 1100110 100001 1010001 0 1000100 10101 111100 100111110 110011 11010

Color Harmonies of #662151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662151

Black with #662151

Text Example


Text Example

White with #662151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662151; }

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

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

background-color css

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

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

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

border-color css

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

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

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