#5E153C

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

Shades of Pompadour #5E153C

Tints of Pompadour #5E153C

Color information

#5E153C (or 0x5E153C) is unknown color: approx Pompadour. HEX triplet: 5E, 15 and 3C. RGB value is (94,21,60). Sum of RGB (Red+Green+Blue) = 94+21+60=175 (23% of max value = 765). Red value is 94 (37.11% from 255 or 53.71% from 175); Green value is 21 (8.59% from 255 or 12% from 175); Blue value is 60 (23.83% from 255 or 34.29% from 175); Max value from RGB is 94 - color contains mainly: red. Hex color #5E153C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E153C is #A1EAC3. Grayscale: #2F2F2F. Windows color (decimal): -10611396 or 3937630. OLE color: 3937630.

HSL color Cylindrical-coordinate representation of color #5E153C: hue angle of 327.95º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5E153C is Cyan = 0, Magento = 0.78, Yellow = 0.36 and Black (K on CMYK) = 0.63.

Color convert

RGB942160-
CMYK00.780.360.63
HSL327.95º63.48%22.55%-
HSV(B)327.95º77.66%36.86%-
XYZ5.73.244.6-
YUV47.27135.18161.33-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 53.71%
GREEN value IS 21 (8.59% from 255) = 12%
BLUE value IS 60 (23.83% from 255) = 34.29%
R=53.71%
G=12%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.36
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94216000.780.360.63327.9563.4822.55
Hex5E153C04E243F1483f17
Octal1362574011644775107727
Binary1011110101011111000100111010010011111110100100011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E153C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E153C; }

 p { color: rgb(94,21,60); }

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

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

 a { background-color: rgb(94,21,60); }

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

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

 span { border-color: rgb(94,21,60); }

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