#5A2047

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

Shades of Pompadour #5A2047

Tints of Pompadour #5A2047

Color information

#5A2047 (or 0x5A2047) is unknown color: approx Pompadour. HEX triplet: 5A, 20 and 47. RGB value is (90,32,71). Sum of RGB (Red+Green+Blue) = 90+32+71=193 (25% of max value = 765). Red value is 90 (35.55% from 255 or 46.63% from 193); Green value is 32 (12.89% from 255 or 16.58% from 193); Blue value is 71 (28.12% from 255 or 36.79% from 193); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2047 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2047 is #A5DFB8. Grayscale: #353535. Windows color (decimal): -10870713 or 4661338. OLE color: 4661338.

HSL color Cylindrical-coordinate representation of color #5A2047: hue angle of 319.66º 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 #5A2047 is Cyan = 0, Magento = 0.64, Yellow = 0.21 and Black (K on CMYK) = 0.65.

Color convert

RGB903271-
CMYK00.640.210.65
HSL319.66º47.54%23.92%-
HSV(B)319.66º64.44%35.29%-
XYZ5.873.666.36-
YUV53.79137.72153.83-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 46.63%
GREEN value IS 32 (12.89% from 255) = 16.58%
BLUE value IS 71 (28.12% from 255) = 36.79%
R=46.63%
G=16.58%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.21
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90327100.640.210.65319.6647.5423.92
Hex5A204704015411403018
Octal132401070100251015006030
Binary101101010000010001110100000010101100000110100000011000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A2047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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