Html Css Color HEX #5A203B Pompadour

📋 copy color: '#5A203B'

red 90 ◦ green 32 ◦ blue 59

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

Shades of Pompadour #5A203B

Tints of Pompadour #5A203B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 32.6%

R = 49.72%
G = 17.68%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.34

 K value IS 0.65

RGB Variations

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

Color information

#5A203B (or 0x5A203B) is known color: Pompadour. HEX triplet: 5A, 20 and 3B. RGB value is (90,32,59). Sum of RGB (Red+Green+Blue) = 90+32+59=181 (23% of max value = 765). Red value is 90 (35.55% from 255 or 49.72% from 181); Green value is 32 (12.89% from 255 or 17.68% from 181); Blue value is 59 (23.44% from 255 or 32.60% from 181); Max value from RGB is 90 - color contains mainly: red. Hex color #5A203B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A203B is #A5DFC4. Grayscale: #343434. Windows color (decimal): -10870725 or 3874906. OLE color: 3874906.

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

Color convert

RGB 90 32 59 -
CMYK 0 0.64 0.34 0.65
HSL 332.07º 0.48% 0.24% -
HSV(B) 332.07º 0.64% 0.35% -
XYZ 5.52 3.52 4.53 -
YUV 52.42 131.72 154.8 -
System Red Green Blue C M Y K H S L
Decimal 90 32 59 0 0.64 0.34 0.65 332.07 0.48 0.24
Hex 5A 20 3B 0 40 22 41 14C 30 18
Octal 132 40 73 0 100 42 101 514 60 30
Binary 1011010 100000 111011 0 1000000 100010 1000001 101001100 110000 11000

Color Harmonies of #5A203B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A203B

Black with #5A203B

Text Example


Text Example

White with #5A203B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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