#5A183A

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

Shades of Pompadour #5A183A

Tints of Pompadour #5A183A

Color information

#5A183A (or 0x5A183A) is unknown color: approx Pompadour. HEX triplet: 5A, 18 and 3A. RGB value is (90,24,58). Sum of RGB (Red+Green+Blue) = 90+24+58=172 (22% of max value = 765). Red value is 90 (35.55% from 255 or 52.33% from 172); Green value is 24 (9.77% from 255 or 13.95% from 172); Blue value is 58 (23.05% from 255 or 33.72% from 172); Max value from RGB is 90 - color contains mainly: red. Hex color #5A183A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A183A is #A5E7C5. Grayscale: #2F2F2F. Windows color (decimal): -10872774 or 3807322. OLE color: 3807322.

HSL color Cylindrical-coordinate representation of color #5A183A: hue angle of 329.09º 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 #5A183A is Cyan = 0, Magento = 0.73, Yellow = 0.36 and Black (K on CMYK) = 0.65.

Color convert

RGB902458-
CMYK00.730.360.65
HSL329.09º57.89%22.35%-
HSV(B)329.09º73.33%35.29%-
XYZ5.313.134.33-
YUV47.61133.87158.24-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 52.33%
GREEN value IS 24 (9.77% from 255) = 13.95%
BLUE value IS 58 (23.05% from 255) = 33.72%
R=52.33%
G=13.95%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.36
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90245800.730.360.65329.0957.8922.35
Hex5A183A04924411493a16
Octal13230720111441015117226
Binary10110101100011101001001001100100100000110100100111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A183A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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