#611A3C

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

Shades of Pompadour #611A3C

Tints of Pompadour #611A3C

Color information

#611A3C (or 0x611A3C) is unknown color: approx Pompadour. HEX triplet: 61, 1A and 3C. RGB value is (97,26,60). Sum of RGB (Red+Green+Blue) = 97+26+60=183 (24% of max value = 765). Red value is 97 (38.28% from 255 or 53.01% from 183); Green value is 26 (10.55% from 255 or 14.21% from 183); Blue value is 60 (23.83% from 255 or 32.79% from 183); Max value from RGB is 97 - color contains mainly: red. Hex color #611A3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #611A3C is #9EE5C3. Grayscale: #333333. Windows color (decimal): -10413508 or 3938913. OLE color: 3938913.

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

Color convert

RGB972660-
CMYK00.730.380.62
HSL331.27º57.72%24.12%-
HSV(B)331.27º73.2%38.04%-
XYZ6.113.614.65-
YUV51.1133.02160.74-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 53.01%
GREEN value IS 26 (10.55% from 255) = 14.21%
BLUE value IS 60 (23.83% from 255) = 32.79%
R=53.01%
G=14.21%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.38
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97266000.730.380.62331.2757.7224.12
Hex611A3C049263E14b3a18
Octal1413274011146765137230
Binary1100001110101111000100100110011011111010100101111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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