Html Css Color HEX #5E2040 Pompadour

📋 copy color: '#5E2040'

red 94 ◦ green 32 ◦ blue 64

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

Shades of Pompadour #5E2040

Tints of Pompadour #5E2040

RGB

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

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

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

R = 49.47%
G = 16.84%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.32

 K value IS 0.63

RGB Variations

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

Color information

#5E2040 (or 0x5E2040) is known color: Pompadour. HEX triplet: 5E, 20 and 40. RGB value is (94,32,64). Sum of RGB (Red+Green+Blue) = 94+32+64=190 (25% of max value = 765). Red value is 94 (37.11% from 255 or 49.47% from 190); Green value is 32 (12.89% from 255 or 16.84% from 190); Blue value is 64 (25.39% from 255 or 33.68% from 190); Max value from RGB is 94 - color contains mainly: red. Hex color #5E2040 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E2040 is #A1DFBF. Grayscale: #363636. Windows color (decimal): -10608576 or 4202590. OLE color: 4202590.

HSL color Cylindrical-coordinate representation of color #5E2040: hue angle of 329.03º 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 #5E2040 is Cyan = 0, Magento = 0.66, Yellow = 0.32 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 32 64 -
CMYK 0 0.66 0.32 0.63
HSL 329.03º 0.49% 0.25% -
HSV(B) 329.03º 0.66% 0.37% -
XYZ 6.06 3.78 5.26 -
YUV 54.19 133.54 156.4 -
System Red Green Blue C M Y K H S L
Decimal 94 32 64 0 0.66 0.32 0.63 329.03 0.49 0.25
Hex 5E 20 40 0 42 20 3F 149 31 19
Octal 136 40 100 0 102 40 77 511 61 31
Binary 1011110 100000 1000000 0 1000010 100000 111111 101001001 110001 11001

Color Harmonies of #5E2040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E2040

Black with #5E2040

Text Example


Text Example

White with #5E2040

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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