Html Css Color HEX #5E194D Pompadour

📋 copy color: '#5E194D'

red 94 ◦ green 25 ◦ blue 77

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

Shades of Pompadour #5E194D

Tints of Pompadour #5E194D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.76%

 BLUE value IS 77 (30.47% from 255) = 39.29%

R = 47.96%
G = 12.76%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.18

 K value IS 0.63

RGB Variations

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

Color information

#5E194D (or 0x5E194D) is known color: Pompadour. HEX triplet: 5E, 19 and 4D. RGB value is (94,25,77). Sum of RGB (Red+Green+Blue) = 94+25+77=196 (25% of max value = 765). Red value is 94 (37.11% from 255 or 47.96% from 196); Green value is 25 (10.16% from 255 or 12.76% from 196); Blue value is 77 (30.47% from 255 or 39.29% from 196); Max value from RGB is 94 - color contains mainly: red. Hex color #5E194D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E194D is #A1E6B2. Grayscale: #333333. Windows color (decimal): -10610355 or 5052766. OLE color: 5052766.

HSL color Cylindrical-coordinate representation of color #5E194D: hue angle of 314.78º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5E194D is Cyan = 0, Magento = 0.73, Yellow = 0.18 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 25 77 -
CMYK 0 0.73 0.18 0.63
HSL 314.78º 0.58% 0.23% -
HSV(B) 314.78º 0.73% 0.37% -
XYZ 6.3 3.61 7.39 -
YUV 51.56 142.36 158.27 -
System Red Green Blue C M Y K H S L
Decimal 94 25 77 0 0.73 0.18 0.63 314.78 0.58 0.23
Hex 5E 19 4D 0 49 12 3F 13B 3A 17
Octal 136 31 115 0 111 22 77 473 72 27
Binary 1011110 11001 1001101 0 1001001 10010 111111 100111011 111010 10111

Color Harmonies of #5E194D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E194D

Black with #5E194D

Text Example


Text Example

White with #5E194D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,25,77); }

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

background-color css

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

 a { background-color: rgb(94,25,77); }

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

border-color css

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

 span { border-color: rgb(94,25,77); }

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