#611544

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

Shades of Pompadour #611544

Tints of Pompadour #611544

Color information

#611544 (or 0x611544) is unknown color: approx Pompadour. HEX triplet: 61, 15 and 44. RGB value is (97,21,68). Sum of RGB (Red+Green+Blue) = 97+21+68=186 (24% of max value = 765). Red value is 97 (38.28% from 255 or 52.15% from 186); Green value is 21 (8.59% from 255 or 11.29% from 186); Blue value is 68 (26.95% from 255 or 36.56% from 186); Max value from RGB is 97 - color contains mainly: red. Hex color #611544 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611544 is #9EEABB. Grayscale: #303030. Windows color (decimal): -10414780 or 4461921. OLE color: 4461921.

HSL color Cylindrical-coordinate representation of color #611544: hue angle of 322.89º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #611544 is Cyan = 0, Magento = 0.78, Yellow = 0.30 and Black (K on CMYK) = 0.62.

Color convert

RGB972168-
CMYK00.780.300.62
HSL322.89º64.41%23.14%-
HSV(B)322.89º78.35%38.04%-
XYZ6.243.55.81-
YUV49.08138.68162.18-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 52.15%
GREEN value IS 21 (8.59% from 255) = 11.29%
BLUE value IS 68 (26.95% from 255) = 36.56%
R=52.15%
G=11.29%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.30
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97216800.780.300.62322.8964.4123.14
Hex61154404E1E3E1434017
Octal141251040116367650310027
Binary11000011010110001000100111011110111110101000011100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611544; }

 p { color: rgb(97,21,68); }

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

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

 a { background-color: rgb(97,21,68); }

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

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

 span { border-color: rgb(97,21,68); }

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