#5A213B

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

Shades of Pompadour #5A213B

Tints of Pompadour #5A213B

Color information

#5A213B (or 0x5A213B) is unknown color: approx Pompadour. HEX triplet: 5A, 21 and 3B. RGB value is (90,33,59). Sum of RGB (Red+Green+Blue) = 90+33+59=182 (24% of max value = 765). Red value is 90 (35.55% from 255 or 49.45% from 182); Green value is 33 (13.28% from 255 or 18.13% from 182); Blue value is 59 (23.44% from 255 or 32.42% from 182); Max value from RGB is 90 - color contains mainly: red. Hex color #5A213B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A213B is #A5DEC4. Grayscale: #343434. Windows color (decimal): -10870469 or 3875162. OLE color: 3875162.

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

Color convert

RGB903359-
CMYK00.630.340.65
HSL332.63º46.34%24.12%-
HSV(B)332.63º63.33%35.29%-
XYZ5.553.584.54-
YUV53.01131.38154.39-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 49.45%
GREEN value IS 33 (13.28% from 255) = 18.13%
BLUE value IS 59 (23.44% from 255) = 32.42%
R=49.45%
G=18.13%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.34
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90335900.630.340.65332.6346.3424.12
Hex5A213B03F224114d2e18
Octal1324173077421015155630
Binary10110101000011110110111111100010100000110100110110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A213B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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