Html Css Color HEX #5E204A Pompadour

📋 copy color: '#5E204A'

red 94 ◦ green 32 ◦ blue 74

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

Shades of Pompadour #5E204A

Tints of Pompadour #5E204A

RGB

 RED value IS 94 (37.11% from 255) = 47%

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

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

R = 47%
G = 16%
B = 37%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.21

 K value IS 0.63

RGB Variations

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

Color information

#5E204A (or 0x5E204A) is known color: Pompadour. HEX triplet: 5E, 20 and 4A. RGB value is (94,32,74). Sum of RGB (Red+Green+Blue) = 94+32+74=200 (26% of max value = 765). Red value is 94 (37.11% from 255 or 47% from 200); Green value is 32 (12.89% from 255 or 16% from 200); Blue value is 74 (29.30% from 255 or 37% from 200); Max value from RGB is 94 - color contains mainly: red. Hex color #5E204A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E204A is #A1DFB5. Grayscale: #373737. Windows color (decimal): -10608566 or 4857950. OLE color: 4857950.

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

Color convert

RGB 94 32 74 -
CMYK 0 0.66 0.21 0.63
HSL 319.35º 0.49% 0.25% -
HSV(B) 319.35º 0.66% 0.37% -
XYZ 6.37 3.91 6.9 -
YUV 55.33 138.54 155.58 -
System Red Green Blue C M Y K H S L
Decimal 94 32 74 0 0.66 0.21 0.63 319.35 0.49 0.25
Hex 5E 20 4A 0 42 15 3F 13F 31 19
Octal 136 40 112 0 102 25 77 477 61 31
Binary 1011110 100000 1001010 0 1000010 10101 111111 100111111 110001 11001

Color Harmonies of #5E204A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E204A

Black with #5E204A

Text Example


Text Example

White with #5E204A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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