#5A183B

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

Shades of Pompadour #5A183B

Tints of Pompadour #5A183B

Color information

#5A183B (or 0x5A183B) is unknown color: approx Pompadour. HEX triplet: 5A, 18 and 3B. RGB value is (90,24,59). Sum of RGB (Red+Green+Blue) = 90+24+59=173 (22% of max value = 765). Red value is 90 (35.55% from 255 or 52.02% from 173); Green value is 24 (9.77% from 255 or 13.87% from 173); Blue value is 59 (23.44% from 255 or 34.10% from 173); Max value from RGB is 90 - color contains mainly: red. Hex color #5A183B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A183B is #A5E7C4. Grayscale: #2F2F2F. Windows color (decimal): -10872773 or 3872858. OLE color: 3872858.

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

Color convert

RGB902459-
CMYK00.730.340.65
HSL328.18º57.89%22.35%-
HSV(B)328.18º73.33%35.29%-
XYZ5.333.144.46-
YUV47.72134.37158.15-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 52.02%
GREEN value IS 24 (9.77% from 255) = 13.87%
BLUE value IS 59 (23.44% from 255) = 34.10%
R=52.02%
G=13.87%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.34
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90245900.730.340.65328.1857.8922.35
Hex5A183B04922411483a16
Octal13230730111421015107226
Binary10110101100011101101001001100010100000110100100011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A183B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,24,59); }

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

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

 a { background-color: rgb(90,24,59); }

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

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

 span { border-color: rgb(90,24,59); }

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