#5E1535

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

Shades of Pompadour #5E1535

Tints of Pompadour #5E1535

Color information

#5E1535 (or 0x5E1535) is unknown color: approx Pompadour. HEX triplet: 5E, 15 and 35. RGB value is (94,21,53). Sum of RGB (Red+Green+Blue) = 94+21+53=168 (22% of max value = 765). Red value is 94 (37.11% from 255 or 55.95% from 168); Green value is 21 (8.59% from 255 or 12.5% from 168); Blue value is 53 (21.09% from 255 or 31.55% from 168); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1535 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E1535 is #A1EACA. Grayscale: #2E2E2E. Windows color (decimal): -10611403 or 3478878. OLE color: 3478878.

HSL color Cylindrical-coordinate representation of color #5E1535: hue angle of 333.7º 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 #5E1535 is Cyan = 0, Magento = 0.78, Yellow = 0.44 and Black (K on CMYK) = 0.63.

Color convert

RGB942153-
CMYK00.780.440.63
HSL333.7º63.48%22.55%-
HSV(B)333.7º77.66%36.86%-
XYZ5.533.173.69-
YUV46.48131.68161.9-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 55.95%
GREEN value IS 21 (8.59% from 255) = 12.5%
BLUE value IS 53 (21.09% from 255) = 31.55%
R=55.95%
G=12.5%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.44
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94215300.780.440.63333.763.4822.55
Hex5E153504E2C3F14e3f17
Octal1362565011654775167727
Binary1011110101011101010100111010110011111110100111011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E1535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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