#5A173F

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

Shades of Pompadour #5A173F

Tints of Pompadour #5A173F

Color information

#5A173F (or 0x5A173F) is unknown color: approx Pompadour. HEX triplet: 5A, 17 and 3F. RGB value is (90,23,63). Sum of RGB (Red+Green+Blue) = 90+23+63=176 (23% of max value = 765). Red value is 90 (35.55% from 255 or 51.14% from 176); Green value is 23 (9.38% from 255 or 13.07% from 176); Blue value is 63 (25% from 255 or 35.80% from 176); Max value from RGB is 90 - color contains mainly: red. Hex color #5A173F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A173F is #A5E8C0. Grayscale: #2F2F2F. Windows color (decimal): -10873025 or 4134746. OLE color: 4134746.

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

Color convert

RGB902363-
CMYK00.740.300.65
HSL324.18º59.29%22.16%-
HSV(B)324.18º74.44%35.29%-
XYZ5.423.155.02-
YUV47.59136.7158.25-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 51.14%
GREEN value IS 23 (9.38% from 255) = 13.07%
BLUE value IS 63 (25% from 255) = 35.80%
R=51.14%
G=13.07%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.30
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90236300.740.300.65324.1859.2922.16
Hex5A173F04A1E411443b16
Octal13227770112361015047326
Binary1011010101111111110100101011110100000110100010011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A173F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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