#5A153B

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

Shades of Pompadour #5A153B

Tints of Pompadour #5A153B

Color information

#5A153B (or 0x5A153B) is unknown color: approx Pompadour. HEX triplet: 5A, 15 and 3B. RGB value is (90,21,59). Sum of RGB (Red+Green+Blue) = 90+21+59=170 (22% of max value = 765). Red value is 90 (35.55% from 255 or 52.94% from 170); Green value is 21 (8.59% from 255 or 12.35% from 170); Blue value is 59 (23.44% from 255 or 34.71% from 170); Max value from RGB is 90 - color contains mainly: red. Hex color #5A153B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A153B is #A5EAC4. Grayscale: #2D2D2D. Windows color (decimal): -10873541 or 3872090. OLE color: 3872090.

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

Color convert

RGB902159-
CMYK00.770.340.65
HSL326.96º62.16%21.76%-
HSV(B)326.96º76.67%35.29%-
XYZ5.273.034.44-
YUV45.96135.36159.41-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 52.94%
GREEN value IS 21 (8.59% from 255) = 12.35%
BLUE value IS 59 (23.44% from 255) = 34.71%
R=52.94%
G=12.35%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.34
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90215900.770.340.65326.9662.1621.76
Hex5A153B04D22411473e16
Octal13225730115421015077626
Binary10110101010111101101001101100010100000110100011111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A153B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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