#5A183F

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

Shades of Pompadour #5A183F

Tints of Pompadour #5A183F

Color information

#5A183F (or 0x5A183F) is unknown color: approx Pompadour. HEX triplet: 5A, 18 and 3F. RGB value is (90,24,63). Sum of RGB (Red+Green+Blue) = 90+24+63=177 (23% of max value = 765). Red value is 90 (35.55% from 255 or 50.85% from 177); Green value is 24 (9.77% from 255 or 13.56% from 177); Blue value is 63 (25% from 255 or 35.59% from 177); Max value from RGB is 90 - color contains mainly: red. Hex color #5A183F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A183F is #A5E7C0. Grayscale: #303030. Windows color (decimal): -10872769 or 4135002. OLE color: 4135002.

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

Color convert

RGB902463-
CMYK00.730.300.65
HSL324.55º57.89%22.35%-
HSV(B)324.55º73.33%35.29%-
XYZ5.443.195.03-
YUV48.18136.37157.83-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 50.85%
GREEN value IS 24 (9.77% from 255) = 13.56%
BLUE value IS 63 (25% from 255) = 35.59%
R=50.85%
G=13.56%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.30
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90246300.730.300.65324.5557.8922.35
Hex5A183F0491E411453a16
Octal13230770111361015057226
Binary1011010110001111110100100111110100000110100010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A183F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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