Html Css Color HEX #5A2040 Pompadour

📋 copy color: '#5A2040'

red 90 ◦ green 32 ◦ blue 64

#5A2040
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pompadour #5A2040

Tints of Pompadour #5A2040

RGB

 RED value IS 90 (35.55% from 255) = 48.39%

 GREEN value IS 32 (12.89% from 255) = 17.2%

 BLUE value IS 64 (25.39% from 255) = 34.41%

R = 48.39%
G = 17.2%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.29

 K value IS 0.65

RGB Variations

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

Color information

#5A2040 (or 0x5A2040) is known color: Pompadour. HEX triplet: 5A, 20 and 40. RGB value is (90,32,64). Sum of RGB (Red+Green+Blue) = 90+32+64=186 (24% of max value = 765). Red value is 90 (35.55% from 255 or 48.39% from 186); Green value is 32 (12.89% from 255 or 17.20% from 186); Blue value is 64 (25.39% from 255 or 34.41% from 186); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2040 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2040 is #A5DFBF. Grayscale: #343434. Windows color (decimal): -10870720 or 4202586. OLE color: 4202586.

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

Color convert

RGB 90 32 64 -
CMYK 0 0.64 0.29 0.65
HSL 326.9º 0.48% 0.24% -
HSV(B) 326.9º 0.64% 0.35% -
XYZ 5.66 3.58 5.24 -
YUV 52.99 134.22 154.4 -
System Red Green Blue C M Y K H S L
Decimal 90 32 64 0 0.64 0.29 0.65 326.9 0.48 0.24
Hex 5A 20 40 0 40 1D 41 147 30 18
Octal 132 40 100 0 100 35 101 507 60 30
Binary 1011010 100000 1000000 0 1000000 11101 1000001 101000111 110000 11000

Color Harmonies of #5A2040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A2040

Black with #5A2040

Text Example


Text Example

White with #5A2040

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5A2040;
 }
 .AnyTagClassName
 {
   color: #5A2040;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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