#5A1B3A

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

Shades of Pompadour #5A1B3A

Tints of Pompadour #5A1B3A

Color information

#5A1B3A (or 0x5A1B3A) is unknown color: approx Pompadour. HEX triplet: 5A, 1B and 3A. RGB value is (90,27,58). Sum of RGB (Red+Green+Blue) = 90+27+58=175 (23% of max value = 765). Red value is 90 (35.55% from 255 or 51.43% from 175); Green value is 27 (10.94% from 255 or 15.43% from 175); Blue value is 58 (23.05% from 255 or 33.14% from 175); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1B3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A1B3A is #A5E4C5. Grayscale: #313131. Windows color (decimal): -10872006 or 3808090. OLE color: 3808090.

HSL color Cylindrical-coordinate representation of color #5A1B3A: hue angle of 330.48º degrees, saturation: 0.54, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5A1B3A is Cyan = 0, Magento = 0.70, Yellow = 0.36 and Black (K on CMYK) = 0.65.

Color convert

RGB902758-
CMYK00.700.360.65
HSL330.48º53.85%22.94%-
HSV(B)330.48º70%35.29%-
XYZ5.373.264.35-
YUV49.37132.87156.98-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 51.43%
GREEN value IS 27 (10.94% from 255) = 15.43%
BLUE value IS 58 (23.05% from 255) = 33.14%
R=51.43%
G=15.43%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.36
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90275800.700.360.65330.4853.8522.94
Hex5A1B3A046244114a3617
Octal13233720106441015126627
Binary10110101101111101001000110100100100000110100101011011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A1B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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