#611540

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

Shades of Pompadour #611540

Tints of Pompadour #611540

Color information

#611540 (or 0x611540) is unknown color: approx Pompadour. HEX triplet: 61, 15 and 40. RGB value is (97,21,64). Sum of RGB (Red+Green+Blue) = 97+21+64=182 (24% of max value = 765). Red value is 97 (38.28% from 255 or 53.30% from 182); Green value is 21 (8.59% from 255 or 11.54% from 182); Blue value is 64 (25.39% from 255 or 35.16% from 182); Max value from RGB is 97 - color contains mainly: red. Hex color #611540 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611540 is #9EEABF. Grayscale: #303030. Windows color (decimal): -10414784 or 4199777. OLE color: 4199777.

HSL color Cylindrical-coordinate representation of color #611540: hue angle of 326.05º 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 #611540 is Cyan = 0, Magento = 0.78, Yellow = 0.34 and Black (K on CMYK) = 0.62.

Color convert

RGB972164-
CMYK00.780.340.62
HSL326.05º64.41%23.14%-
HSV(B)326.05º78.35%38.04%-
XYZ6.123.455.19-
YUV48.63136.68162.5-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 53.30%
GREEN value IS 21 (8.59% from 255) = 11.54%
BLUE value IS 64 (25.39% from 255) = 35.16%
R=53.30%
G=11.54%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.34
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97216400.780.340.62326.0564.4123.14
Hex61154004E223E1464017
Octal141251000116427650610027
Binary110000110101100000001001110100010111110101000110100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611540; }

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

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

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

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

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

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

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

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