Html Css Color HEX #5D204A Pompadour

📋 copy color: '#5D204A'

red 93 ◦ green 32 ◦ blue 74

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

Shades of Pompadour #5D204A

Tints of Pompadour #5D204A

RGB

 RED value IS 93 (36.72% from 255) = 46.73%

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

 BLUE value IS 74 (29.3% from 255) = 37.19%

R = 46.73%
G = 16.08%
B = 37.19%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.20

 K value IS 0.64

RGB Variations

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

Color information

#5D204A (or 0x5D204A) is known color: Pompadour. HEX triplet: 5D, 20 and 4A. RGB value is (93,32,74). Sum of RGB (Red+Green+Blue) = 93+32+74=199 (26% of max value = 765). Red value is 93 (36.72% from 255 or 46.73% from 199); Green value is 32 (12.89% from 255 or 16.08% from 199); Blue value is 74 (29.30% from 255 or 37.19% from 199); Max value from RGB is 93 - color contains mainly: red. Hex color #5D204A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D204A is #A2DFB5. Grayscale: #363636. Windows color (decimal): -10674102 or 4857949. OLE color: 4857949.

HSL color Cylindrical-coordinate representation of color #5D204A: hue angle of 318.69º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5D204A is Cyan = 0, Magento = 0.66, Yellow = 0.20 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 32 74 -
CMYK 0 0.66 0.20 0.64
HSL 318.69º 0.49% 0.25% -
HSV(B) 318.69º 0.66% 0.36% -
XYZ 6.27 3.85 6.89 -
YUV 55.03 138.71 155.08 -
System Red Green Blue C M Y K H S L
Decimal 93 32 74 0 0.66 0.20 0.64 318.69 0.49 0.25
Hex 5D 20 4A 0 42 14 40 13F 31 19
Octal 135 40 112 0 102 24 100 477 61 31
Binary 1011101 100000 1001010 0 1000010 10100 1000000 100111111 110001 11001

Color Harmonies of #5D204A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D204A

Black with #5D204A

Text Example


Text Example

White with #5D204A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,32,74); }

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

background-color css

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

 a { background-color: rgb(93,32,74); }

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

border-color css

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

 span { border-color: rgb(93,32,74); }

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