Html Css Color HEX #5E2041 Pompadour

📋 copy color: '#5E2041'

red 94 ◦ green 32 ◦ blue 65

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

Shades of Pompadour #5E2041

Tints of Pompadour #5E2041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 34.03%

R = 49.21%
G = 16.75%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.31

 K value IS 0.63

RGB Variations

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

Color information

#5E2041 (or 0x5E2041) is known color: Pompadour. HEX triplet: 5E, 20 and 41. RGB value is (94,32,65). Sum of RGB (Red+Green+Blue) = 94+32+65=191 (25% of max value = 765). Red value is 94 (37.11% from 255 or 49.21% from 191); Green value is 32 (12.89% from 255 or 16.75% from 191); Blue value is 65 (25.78% from 255 or 34.03% from 191); Max value from RGB is 94 - color contains mainly: red. Hex color #5E2041 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E2041 is #A1DFBE. Grayscale: #363636. Windows color (decimal): -10608575 or 4268126. OLE color: 4268126.

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

Color convert

RGB 94 32 65 -
CMYK 0 0.66 0.31 0.63
HSL 328.06º 0.49% 0.25% -
HSV(B) 328.06º 0.66% 0.37% -
XYZ 6.09 3.79 5.41 -
YUV 54.3 134.04 156.32 -
System Red Green Blue C M Y K H S L
Decimal 94 32 65 0 0.66 0.31 0.63 328.06 0.49 0.25
Hex 5E 20 41 0 42 1F 3F 148 31 19
Octal 136 40 101 0 102 37 77 510 61 31
Binary 1011110 100000 1000001 0 1000010 11111 111111 101001000 110001 11001

Color Harmonies of #5E2041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E2041

Black with #5E2041

Text Example


Text Example

White with #5E2041

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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