Html Css Color HEX #5E193F Pompadour

📋 copy color: '#5E193F'

red 94 ◦ green 25 ◦ blue 63

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

Shades of Pompadour #5E193F

Tints of Pompadour #5E193F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 34.62%

R = 51.65%
G = 13.74%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.33

 K value IS 0.63

RGB Variations

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

Color information

#5E193F (or 0x5E193F) is known color: Pompadour. HEX triplet: 5E, 19 and 3F. RGB value is (94,25,63). Sum of RGB (Red+Green+Blue) = 94+25+63=182 (24% of max value = 765). Red value is 94 (37.11% from 255 or 51.65% from 182); Green value is 25 (10.16% from 255 or 13.74% from 182); Blue value is 63 (25% from 255 or 34.62% from 182); Max value from RGB is 94 - color contains mainly: red. Hex color #5E193F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E193F is #A1E6C0. Grayscale: #313131. Windows color (decimal): -10610369 or 4135262. OLE color: 4135262.

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

Color convert

RGB 94 25 63 -
CMYK 0 0.73 0.33 0.63
HSL 326.96º 0.58% 0.23% -
HSV(B) 326.96º 0.73% 0.37% -
XYZ 5.86 3.43 5.06 -
YUV 49.96 135.36 159.41 -
System Red Green Blue C M Y K H S L
Decimal 94 25 63 0 0.73 0.33 0.63 326.96 0.58 0.23
Hex 5E 19 3F 0 49 21 3F 147 3A 17
Octal 136 31 77 0 111 41 77 507 72 27
Binary 1011110 11001 111111 0 1001001 100001 111111 101000111 111010 10111

Color Harmonies of #5E193F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E193F

Black with #5E193F

Text Example


Text Example

White with #5E193F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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