#611E3C

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

Shades of Pompadour #611E3C

Tints of Pompadour #611E3C

Color information

#611E3C (or 0x611E3C) is unknown color: approx Pompadour. HEX triplet: 61, 1E and 3C. RGB value is (97,30,60). Sum of RGB (Red+Green+Blue) = 97+30+60=187 (24% of max value = 765). Red value is 97 (38.28% from 255 or 51.87% from 187); Green value is 30 (12.11% from 255 or 16.04% from 187); Blue value is 60 (23.83% from 255 or 32.09% from 187); Max value from RGB is 97 - color contains mainly: red. Hex color #611E3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #611E3C is #9EE1C3. Grayscale: #353535. Windows color (decimal): -10412484 or 3939937. OLE color: 3939937.

HSL color Cylindrical-coordinate representation of color #611E3C: hue angle of 333.13º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #611E3C is Cyan = 0, Magento = 0.69, Yellow = 0.38 and Black (K on CMYK) = 0.62.

Color convert

RGB973060-
CMYK00.690.380.62
HSL333.13º52.76%24.9%-
HSV(B)333.13º69.07%38.04%-
XYZ6.213.84.68-
YUV53.45131.7159.06-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 51.87%
GREEN value IS 30 (12.11% from 255) = 16.04%
BLUE value IS 60 (23.83% from 255) = 32.09%
R=51.87%
G=16.04%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.38
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97306000.690.380.62333.1352.7624.9
Hex611E3C045263E14d3519
Octal1413674010546765156531
Binary1100001111101111000100010110011011111010100110111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611E3C; }

 p { color: rgb(97,30,60); }

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

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

 a { background-color: rgb(97,30,60); }

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

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

 span { border-color: rgb(97,30,60); }

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