#5A2845

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

Shades of Pompadour #5A2845

Tints of Pompadour #5A2845

Color information

#5A2845 (or 0x5A2845) is unknown color: approx Pompadour. HEX triplet: 5A, 28 and 45. RGB value is (90,40,69). Sum of RGB (Red+Green+Blue) = 90+40+69=199 (26% of max value = 765). Red value is 90 (35.55% from 255 or 45.23% from 199); Green value is 40 (16.02% from 255 or 20.10% from 199); Blue value is 69 (27.34% from 255 or 34.67% from 199); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2845 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2845 is #A5D7BA. Grayscale: #3A3A3A. Windows color (decimal): -10868667 or 4532314. OLE color: 4532314.

HSL color Cylindrical-coordinate representation of color #5A2845: hue angle of 325.2º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5A2845 is Cyan = 0, Magento = 0.56, Yellow = 0.23 and Black (K on CMYK) = 0.65.

Color convert

RGB904069-
CMYK00.560.230.65
HSL325.2º38.46%25.49%-
HSV(B)325.2º55.56%35.29%-
XYZ6.054.126.11-
YUV58.26134.06150.64-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 45.23%
GREEN value IS 40 (16.02% from 255) = 20.10%
BLUE value IS 69 (27.34% from 255) = 34.67%
R=45.23%
G=20.10%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.23
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90406900.560.230.65325.238.4625.49
Hex5A284503817411452619
Octal13250105070271015054631
Binary10110101010001000101011100010111100000110100010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A2845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,40,69); }

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

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

 a { background-color: rgb(90,40,69); }

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

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

 span { border-color: rgb(90,40,69); }

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