#5A223B

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

Shades of Pompadour #5A223B

Tints of Pompadour #5A223B

Color information

#5A223B (or 0x5A223B) is unknown color: approx Pompadour. HEX triplet: 5A, 22 and 3B. RGB value is (90,34,59). Sum of RGB (Red+Green+Blue) = 90+34+59=183 (24% of max value = 765). Red value is 90 (35.55% from 255 or 49.18% from 183); Green value is 34 (13.67% from 255 or 18.58% from 183); Blue value is 59 (23.44% from 255 or 32.24% from 183); Max value from RGB is 90 - color contains mainly: red. Hex color #5A223B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A223B is #A5DDC4. Grayscale: #353535. Windows color (decimal): -10870213 or 3875418. OLE color: 3875418.

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

Color convert

RGB903459-
CMYK00.620.340.65
HSL333.21º45.16%24.31%-
HSV(B)333.21º62.22%35.29%-
XYZ5.583.634.55-
YUV53.59131.05153.97-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 49.18%
GREEN value IS 34 (13.67% from 255) = 18.58%
BLUE value IS 59 (23.44% from 255) = 32.24%
R=49.18%
G=18.58%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.34
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90345900.620.340.65333.2145.1624.31
Hex5A223B03E224114d2d18
Octal1324273076421015155530
Binary10110101000101110110111110100010100000110100110110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A223B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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