#611840

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

Shades of Pompadour #611840

Tints of Pompadour #611840

Color information

#611840 (or 0x611840) is unknown color: approx Pompadour. HEX triplet: 61, 18 and 40. RGB value is (97,24,64). Sum of RGB (Red+Green+Blue) = 97+24+64=185 (24% of max value = 765). Red value is 97 (38.28% from 255 or 52.43% from 185); Green value is 24 (9.77% from 255 or 12.97% from 185); Blue value is 64 (25.39% from 255 or 34.59% from 185); Max value from RGB is 97 - color contains mainly: red. Hex color #611840 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611840 is #9EE7BF. Grayscale: #323232. Windows color (decimal): -10414016 or 4200545. OLE color: 4200545.

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

Color convert

RGB972464-
CMYK00.750.340.62
HSL327.12º60.33%23.73%-
HSV(B)327.12º75.26%38.04%-
XYZ6.183.565.21-
YUV50.39135.68161.25-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 52.43%
GREEN value IS 24 (9.77% from 255) = 12.97%
BLUE value IS 64 (25.39% from 255) = 34.59%
R=52.43%
G=12.97%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.34
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97246400.750.340.62327.1260.3323.73
Hex61184004B223E1473c18
Octal14130100011342765077430
Binary11000011100010000000100101110001011111010100011111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611840; }

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

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

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

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

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

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

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

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