#5E193E

Color #5E193E Pompadour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pompadour #5E193E

Tints of Pompadour #5E193E

Color information

#5E193E (or 0x5E193E) is unknown color: approx Pompadour. HEX triplet: 5E, 19 and 3E. RGB value is (94,25,62). Sum of RGB (Red+Green+Blue) = 94+25+62=181 (23% of max value = 765). Red value is 94 (37.11% from 255 or 51.93% from 181); Green value is 25 (10.16% from 255 or 13.81% from 181); Blue value is 62 (24.61% from 255 or 34.25% from 181); Max value from RGB is 94 - color contains mainly: red. Hex color #5E193E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E193E is #A1E6C1. Grayscale: #313131. Windows color (decimal): -10610370 or 4069726. OLE color: 4069726.

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

Color convert

RGB942562-
CMYK00.730.340.63
HSL327.83º57.98%23.33%-
HSV(B)327.83º73.4%36.86%-
XYZ5.833.424.91-
YUV49.85134.86159.49-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 51.93%
GREEN value IS 25 (10.16% from 255) = 13.81%
BLUE value IS 62 (24.61% from 255) = 34.25%
R=51.93%
G=13.81%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.34
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94256200.730.340.63327.8357.9823.33
Hex5E193E049223F1483a17
Octal1363176011142775107227
Binary1011110110011111100100100110001011111110100100011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E193E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5E193E;
 }
 .AnyTagClassName
 {
   color: #5E193E;
 }
</style>
background-color css

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

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

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

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

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

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