#662648

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

Shades of Pompadour #662648

Tints of Pompadour #662648

Color information

#662648 (or 0x662648) is unknown color: approx Pompadour. HEX triplet: 66, 26 and 48. RGB value is (102,38,72). Sum of RGB (Red+Green+Blue) = 102+38+72=212 (28% of max value = 765). Red value is 102 (40.23% from 255 or 48.11% from 212); Green value is 38 (15.23% from 255 or 17.92% from 212); Blue value is 72 (28.52% from 255 or 33.96% from 212); Max value from RGB is 102 - color contains mainly: red. Hex color #662648 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662648 is #99D9B7. Grayscale: #3C3C3C. Windows color (decimal): -10082744 or 4728422. OLE color: 4728422.

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

Color convert

RGB1023872-
CMYK00.630.290.6
HSL328.12º45.71%27.45%-
HSV(B)328.12º62.75%40%-
XYZ7.344.686.65-
YUV61.01134.2157.24-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 48.11%
GREEN value IS 38 (15.23% from 255) = 17.92%
BLUE value IS 72 (28.52% from 255) = 33.96%
R=48.11%
G=17.92%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.29
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102387200.630.290.6328.1245.7127.45
Hex66264803F1D3C1482e1b
Octal1464611007735745105633
Binary1100110100110100100001111111110111110010100100010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662648; }

 p { color: rgb(102,38,72); }

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

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

 a { background-color: rgb(102,38,72); }

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

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

 span { border-color: rgb(102,38,72); }

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