Html Css Color HEX #5E193C Pompadour

📋 copy color: '#5E193C'

red 94 ◦ green 25 ◦ blue 60

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

Shades of Pompadour #5E193C

Tints of Pompadour #5E193C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 33.52%

R = 52.51%
G = 13.97%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.36

 K value IS 0.63

RGB Variations

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

Color information

#5E193C (or 0x5E193C) is known color: Pompadour. HEX triplet: 5E, 19 and 3C. RGB value is (94,25,60). Sum of RGB (Red+Green+Blue) = 94+25+60=179 (23% of max value = 765). Red value is 94 (37.11% from 255 or 52.51% from 179); Green value is 25 (10.16% from 255 or 13.97% from 179); Blue value is 60 (23.83% from 255 or 33.52% from 179); Max value from RGB is 94 - color contains mainly: red. Hex color #5E193C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E193C is #A1E6C3. Grayscale: #313131. Windows color (decimal): -10610372 or 3938654. OLE color: 3938654.

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

Color convert

RGB 94 25 60 -
CMYK 0 0.73 0.36 0.63
HSL 329.57º 0.58% 0.23% -
HSV(B) 329.57º 0.73% 0.37% -
XYZ 5.78 3.4 4.63 -
YUV 49.62 133.86 159.65 -
System Red Green Blue C M Y K H S L
Decimal 94 25 60 0 0.73 0.36 0.63 329.57 0.58 0.23
Hex 5E 19 3C 0 49 24 3F 14A 3A 17
Octal 136 31 74 0 111 44 77 512 72 27
Binary 1011110 11001 111100 0 1001001 100100 111111 101001010 111010 10111

Color Harmonies of #5E193C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E193C

Black with #5E193C

Text Example


Text Example

White with #5E193C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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