#611841

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

Shades of Pompadour #611841

Tints of Pompadour #611841

Color information

#611841 (or 0x611841) is unknown color: approx Pompadour. HEX triplet: 61, 18 and 41. RGB value is (97,24,65). Sum of RGB (Red+Green+Blue) = 97+24+65=186 (24% of max value = 765). Red value is 97 (38.28% from 255 or 52.15% from 186); Green value is 24 (9.77% from 255 or 12.90% from 186); Blue value is 65 (25.78% from 255 or 34.95% from 186); Max value from RGB is 97 - color contains mainly: red. Hex color #611841 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611841 is #9EE7BE. Grayscale: #323232. Windows color (decimal): -10414015 or 4266081. OLE color: 4266081.

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

Color convert

RGB972465-
CMYK00.750.330.62
HSL326.3º60.33%23.73%-
HSV(B)326.3º75.26%38.04%-
XYZ6.213.585.36-
YUV50.5136.18161.17-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 52.15%
GREEN value IS 24 (9.77% from 255) = 12.90%
BLUE value IS 65 (25.78% from 255) = 34.95%
R=52.15%
G=12.90%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97246500.750.330.62326.360.3323.73
Hex61184104B213E1463c18
Octal14130101011341765067430
Binary11000011100010000010100101110000111111010100011011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611841; }

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

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

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

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

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

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

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

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