#5A163B

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

Shades of Pompadour #5A163B

Tints of Pompadour #5A163B

Color information

#5A163B (or 0x5A163B) is unknown color: approx Pompadour. HEX triplet: 5A, 16 and 3B. RGB value is (90,22,59). Sum of RGB (Red+Green+Blue) = 90+22+59=171 (22% of max value = 765). Red value is 90 (35.55% from 255 or 52.63% from 171); Green value is 22 (8.98% from 255 or 12.87% from 171); Blue value is 59 (23.44% from 255 or 34.50% from 171); Max value from RGB is 90 - color contains mainly: red. Hex color #5A163B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A163B is #A5E9C4. Grayscale: #2E2E2E. Windows color (decimal): -10873285 or 3872346. OLE color: 3872346.

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

Color convert

RGB902259-
CMYK00.760.340.65
HSL327.35º60.71%21.96%-
HSV(B)327.35º75.56%35.29%-
XYZ5.293.064.45-
YUV46.55135.03158.99-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 52.63%
GREEN value IS 22 (8.98% from 255) = 12.87%
BLUE value IS 59 (23.44% from 255) = 34.50%
R=52.63%
G=12.87%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.34
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90225900.760.340.65327.3560.7121.96
Hex5A163B04C22411473d16
Octal13226730114421015077526
Binary10110101011011101101001100100010100000110100011111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A163B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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