#5A163F

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

Shades of Pompadour #5A163F

Tints of Pompadour #5A163F

Color information

#5A163F (or 0x5A163F) is unknown color: approx Pompadour. HEX triplet: 5A, 16 and 3F. RGB value is (90,22,63). Sum of RGB (Red+Green+Blue) = 90+22+63=175 (23% of max value = 765). Red value is 90 (35.55% from 255 or 51.43% from 175); Green value is 22 (8.98% from 255 or 12.57% from 175); Blue value is 63 (25% from 255 or 36% from 175); Max value from RGB is 90 - color contains mainly: red. Hex color #5A163F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A163F is #A5E9C0. Grayscale: #2E2E2E. Windows color (decimal): -10873281 or 4134490. OLE color: 4134490.

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

Color convert

RGB902263-
CMYK00.760.300.65
HSL323.82º60.71%21.96%-
HSV(B)323.82º75.56%35.29%-
XYZ5.43.115.02-
YUV47.01137.03158.67-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 51.43%
GREEN value IS 22 (8.98% from 255) = 12.57%
BLUE value IS 63 (25% from 255) = 36%
R=51.43%
G=12.57%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.30
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90226300.760.300.65323.8260.7121.96
Hex5A163F04C1E411443d16
Octal13226770114361015047526
Binary1011010101101111110100110011110100000110100010011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A163F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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