#611546

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

Shades of Pompadour #611546

Tints of Pompadour #611546

Color information

#611546 (or 0x611546) is unknown color: approx Pompadour. HEX triplet: 61, 15 and 46. RGB value is (97,21,70). Sum of RGB (Red+Green+Blue) = 97+21+70=188 (24% of max value = 765). Red value is 97 (38.28% from 255 or 51.60% from 188); Green value is 21 (8.59% from 255 or 11.17% from 188); Blue value is 70 (27.73% from 255 or 37.23% from 188); Max value from RGB is 97 - color contains mainly: red. Hex color #611546 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611546 is #9EEAB9. Grayscale: #313131. Windows color (decimal): -10414778 or 4592993. OLE color: 4592993.

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

Color convert

RGB972170-
CMYK00.780.280.62
HSL321.32º64.41%23.14%-
HSV(B)321.32º78.35%38.04%-
XYZ6.33.526.14-
YUV49.31139.68162.02-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 51.60%
GREEN value IS 21 (8.59% from 255) = 11.17%
BLUE value IS 70 (27.73% from 255) = 37.23%
R=51.60%
G=11.17%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.28
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97217000.780.280.62321.3264.4123.14
Hex61154604E1C3E1414017
Octal141251060116347650110027
Binary11000011010110001100100111011100111110101000001100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611546; }

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

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

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

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

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

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

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

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