#5A183E

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

Shades of Pompadour #5A183E

Tints of Pompadour #5A183E

Color information

#5A183E (or 0x5A183E) is unknown color: approx Pompadour. HEX triplet: 5A, 18 and 3E. RGB value is (90,24,62). Sum of RGB (Red+Green+Blue) = 90+24+62=176 (23% of max value = 765). Red value is 90 (35.55% from 255 or 51.14% from 176); Green value is 24 (9.77% from 255 or 13.64% from 176); Blue value is 62 (24.61% from 255 or 35.23% from 176); Max value from RGB is 90 - color contains mainly: red. Hex color #5A183E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A183E is #A5E7C1. Grayscale: #2F2F2F. Windows color (decimal): -10872770 or 4069466. OLE color: 4069466.

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

Color convert

RGB902462-
CMYK00.730.310.65
HSL325.45º57.89%22.35%-
HSV(B)325.45º73.33%35.29%-
XYZ5.413.174.88-
YUV48.07135.87157.91-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 51.14%
GREEN value IS 24 (9.77% from 255) = 13.64%
BLUE value IS 62 (24.61% from 255) = 35.23%
R=51.14%
G=13.64%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.31
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90246200.730.310.65325.4557.8922.35
Hex5A183E0491F411453a16
Octal13230760111371015057226
Binary1011010110001111100100100111111100000110100010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A183E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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