#5A203A

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

Shades of Pompadour #5A203A

Tints of Pompadour #5A203A

Color information

#5A203A (or 0x5A203A) is unknown color: approx Pompadour. HEX triplet: 5A, 20 and 3A. RGB value is (90,32,58). Sum of RGB (Red+Green+Blue) = 90+32+58=180 (23% of max value = 765). Red value is 90 (35.55% from 255 or 50% from 180); Green value is 32 (12.89% from 255 or 17.78% from 180); Blue value is 58 (23.05% from 255 or 32.22% from 180); Max value from RGB is 90 - color contains mainly: red. Hex color #5A203A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A203A is #A5DFC5. Grayscale: #343434. Windows color (decimal): -10870726 or 3809370. OLE color: 3809370.

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

Color convert

RGB903258-
CMYK00.640.360.65
HSL333.1º47.54%23.92%-
HSV(B)333.1º64.44%35.29%-
XYZ5.53.514.39-
YUV52.31131.22154.89-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 50%
GREEN value IS 32 (12.89% from 255) = 17.78%
BLUE value IS 58 (23.05% from 255) = 32.22%
R=50%
G=17.78%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.36
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90325800.640.360.65333.147.5423.92
Hex5A203A040244114d3018
Octal13240720100441015156030
Binary101101010000011101001000000100100100000110100110111000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A203A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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