#662551

Color #662551 Pompadour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pompadour #662551

Tints of Pompadour #662551

Color information

#662551 (or 0x662551) is unknown color: approx Pompadour. HEX triplet: 66, 25 and 51. RGB value is (102,37,81). Sum of RGB (Red+Green+Blue) = 102+37+81=220 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.36% from 220); Green value is 37 (14.84% from 255 or 16.82% from 220); Blue value is 81 (32.03% from 255 or 36.82% from 220); Max value from RGB is 102 - color contains mainly: red. Hex color #662551 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662551 is #99DAAE. Grayscale: #3D3D3D. Windows color (decimal): -10082991 or 5317990. OLE color: 5317990.

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

Color convert

RGB1023781-
CMYK00.640.210.6
HSL319.38º46.76%27.25%-
HSV(B)319.38º63.73%40%-
XYZ7.634.748.3-
YUV61.45139.03156.92-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 46.36%
GREEN value IS 37 (14.84% from 255) = 16.82%
BLUE value IS 81 (32.03% from 255) = 36.82%
R=46.36%
G=16.82%
B=36.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.21
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102378100.640.210.6319.3846.7627.25
Hex662551040153C13f2f1b
Octal14645121010025744775733
Binary11001101001011010001010000001010111110010011111110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662551; }

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

 H1.HeaderClassName
 {
   color: #662551;
 }
 .AnyTagClassName
 {
   color: #662551;
 }
</style>
background-color css

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

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

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

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

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

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