#611836

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

Shades of Pompadour #611836

Tints of Pompadour #611836

Color information

#611836 (or 0x611836) is unknown color: approx Pompadour. HEX triplet: 61, 18 and 36. RGB value is (97,24,54). Sum of RGB (Red+Green+Blue) = 97+24+54=175 (23% of max value = 765). Red value is 97 (38.28% from 255 or 55.43% from 175); Green value is 24 (9.77% from 255 or 13.71% from 175); Blue value is 54 (21.48% from 255 or 30.86% from 175); Max value from RGB is 97 - color contains mainly: red. Hex color #611836 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611836 is #9EE7C9. Grayscale: #313131. Windows color (decimal): -10414026 or 3545185. OLE color: 3545185.

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

Color convert

RGB972454-
CMYK00.750.440.62
HSL335.34º60.33%23.73%-
HSV(B)335.34º75.26%38.04%-
XYZ5.923.463.85-
YUV49.25130.68162.06-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 55.43%
GREEN value IS 24 (9.77% from 255) = 13.71%
BLUE value IS 54 (21.48% from 255) = 30.86%
R=55.43%
G=13.71%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.44
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97245400.750.440.62335.3460.3323.73
Hex61183604B2C3E14f3c18
Octal1413066011354765177430
Binary1100001110001101100100101110110011111010100111111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611836; }

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

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

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

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

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

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

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

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