#661244

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

Shades of Pompadour #661244

Tints of Pompadour #661244

Color information

#661244 (or 0x661244) is unknown color: approx Pompadour. HEX triplet: 66, 12 and 44. RGB value is (102,18,68). Sum of RGB (Red+Green+Blue) = 102+18+68=188 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.26% from 188); Green value is 18 (7.42% from 255 or 9.57% from 188); Blue value is 68 (26.95% from 255 or 36.17% from 188); Max value from RGB is 102 - color contains mainly: red. Hex color #661244 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661244 is #99EDBB. Grayscale: #303030. Windows color (decimal): -10087868 or 4461158. OLE color: 4461158.

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

Color convert

RGB1021868-
CMYK00.820.330.6
HSL324.29º70%23.53%-
HSV(B)324.29º82.35%40%-
XYZ6.743.675.82-
YUV48.82138.83165.93-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 54.26%
GREEN value IS 18 (7.42% from 255) = 9.57%
BLUE value IS 68 (26.95% from 255) = 36.17%
R=54.26%
G=9.57%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.33
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102186800.820.330.6324.297023.53
Hex661244052213C1444618
Octal146221040122417450410630
Binary110011010010100010001010010100001111100101000100100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661244; }

 p { color: rgb(102,18,68); }

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

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

 a { background-color: rgb(102,18,68); }

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

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

 span { border-color: rgb(102,18,68); }

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