#5A163A

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

Shades of Pompadour #5A163A

Tints of Pompadour #5A163A

Color information

#5A163A (or 0x5A163A) is unknown color: approx Pompadour. HEX triplet: 5A, 16 and 3A. RGB value is (90,22,58). Sum of RGB (Red+Green+Blue) = 90+22+58=170 (22% of max value = 765). Red value is 90 (35.55% from 255 or 52.94% from 170); Green value is 22 (8.98% from 255 or 12.94% from 170); Blue value is 58 (23.05% from 255 or 34.12% from 170); Max value from RGB is 90 - color contains mainly: red. Hex color #5A163A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A163A is #A5E9C5. Grayscale: #2E2E2E. Windows color (decimal): -10873286 or 3806810. OLE color: 3806810.

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

Color convert

RGB902258-
CMYK00.760.360.65
HSL328.24º60.71%21.96%-
HSV(B)328.24º75.56%35.29%-
XYZ5.273.054.31-
YUV46.44134.53159.07-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 52.94%
GREEN value IS 22 (8.98% from 255) = 12.94%
BLUE value IS 58 (23.05% from 255) = 34.12%
R=52.94%
G=12.94%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.36
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90225800.760.360.65328.2460.7121.96
Hex5A163A04C24411483d16
Octal13226720114441015107526
Binary10110101011011101001001100100100100000110100100011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A163A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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