Html Css Color HEX #5E294C Pompadour

📋 copy color: '#5E294C'

red 94 ◦ green 41 ◦ blue 76

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

Shades of Pompadour #5E294C

Tints of Pompadour #5E294C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.43%

 BLUE value IS 76 (30.08% from 255) = 36.02%

R = 44.55%
G = 19.43%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.19

 K value IS 0.63

RGB Variations

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

Color information

#5E294C (or 0x5E294C) is known color: Pompadour. HEX triplet: 5E, 29 and 4C. RGB value is (94,41,76). Sum of RGB (Red+Green+Blue) = 94+41+76=211 (27% of max value = 765). Red value is 94 (37.11% from 255 or 44.55% from 211); Green value is 41 (16.41% from 255 or 19.43% from 211); Blue value is 76 (30.08% from 255 or 36.02% from 211); Max value from RGB is 94 - color contains mainly: red. Hex color #5E294C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E294C is #A1D6B3. Grayscale: #3C3C3C. Windows color (decimal): -10606260 or 4991326. OLE color: 4991326.

HSL color Cylindrical-coordinate representation of color #5E294C: hue angle of 320.38º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5E294C is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 41 76 -
CMYK 0 0.56 0.19 0.63
HSL 320.38º 0.39% 0.26% -
HSV(B) 320.38º 0.56% 0.37% -
XYZ 6.71 4.49 7.35 -
YUV 60.84 136.56 151.65 -
System Red Green Blue C M Y K H S L
Decimal 94 41 76 0 0.56 0.19 0.63 320.38 0.39 0.26
Hex 5E 29 4C 0 38 13 3F 140 27 1A
Octal 136 51 114 0 70 23 77 500 47 32
Binary 1011110 101001 1001100 0 111000 10011 111111 101000000 100111 11010

Color Harmonies of #5E294C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E294C

Black with #5E294C

Text Example


Text Example

White with #5E294C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,41,76); }

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

background-color css

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

 a { background-color: rgb(94,41,76); }

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

border-color css

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

 span { border-color: rgb(94,41,76); }

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