#5A1539

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

Shades of Pompadour #5A1539

Tints of Pompadour #5A1539

Color information

#5A1539 (or 0x5A1539) is unknown color: approx Pompadour. HEX triplet: 5A, 15 and 39. RGB value is (90,21,57). Sum of RGB (Red+Green+Blue) = 90+21+57=168 (22% of max value = 765). Red value is 90 (35.55% from 255 or 53.57% from 168); Green value is 21 (8.59% from 255 or 12.5% from 168); Blue value is 57 (22.66% from 255 or 33.93% from 168); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1539 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A1539 is #A5EAC6. Grayscale: #2D2D2D. Windows color (decimal): -10873543 or 3741018. OLE color: 3741018.

HSL color Cylindrical-coordinate representation of color #5A1539: hue angle of 328.7º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5A1539 is Cyan = 0, Magento = 0.77, Yellow = 0.37 and Black (K on CMYK) = 0.65.

Color convert

RGB902157-
CMYK00.770.370.65
HSL328.7º62.16%21.76%-
HSV(B)328.7º76.67%35.29%-
XYZ5.223.014.18-
YUV45.74134.36159.57-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 53.57%
GREEN value IS 21 (8.59% from 255) = 12.5%
BLUE value IS 57 (22.66% from 255) = 33.93%
R=53.57%
G=12.5%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.37
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90215700.770.370.65328.762.1621.76
Hex5A153904D25411493e16
Octal13225710115451015117626
Binary10110101010111100101001101100101100000110100100111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A1539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,21,57); }

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

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

 a { background-color: rgb(90,21,57); }

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

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

 span { border-color: rgb(90,21,57); }

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