#611936

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

Shades of Pompadour #611936

Tints of Pompadour #611936

Color information

#611936 (or 0x611936) is unknown color: approx Pompadour. HEX triplet: 61, 19 and 36. RGB value is (97,25,54). Sum of RGB (Red+Green+Blue) = 97+25+54=176 (23% of max value = 765). Red value is 97 (38.28% from 255 or 55.11% from 176); Green value is 25 (10.16% from 255 or 14.20% from 176); Blue value is 54 (21.48% from 255 or 30.68% from 176); Max value from RGB is 97 - color contains mainly: red. Hex color #611936 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611936 is #9EE6C9. Grayscale: #313131. Windows color (decimal): -10413770 or 3545441. OLE color: 3545441.

HSL color Cylindrical-coordinate representation of color #611936: hue angle of 335.83º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #611936 is Cyan = 0, Magento = 0.74, Yellow = 0.44 and Black (K on CMYK) = 0.62.

Color convert

RGB972554-
CMYK00.740.440.62
HSL335.83º59.02%23.92%-
HSV(B)335.83º74.23%38.04%-
XYZ5.943.53.85-
YUV49.83130.35161.64-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 55.11%
GREEN value IS 25 (10.16% from 255) = 14.20%
BLUE value IS 54 (21.48% from 255) = 30.68%
R=55.11%
G=14.20%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.44
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97255400.740.440.62335.8359.0223.92
Hex61193604A2C3E1503b18
Octal1413166011254765207330
Binary1100001110011101100100101010110011111010101000011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611936; }

 p { color: rgb(97,25,54); }

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

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

 a { background-color: rgb(97,25,54); }

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

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

 span { border-color: rgb(97,25,54); }

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