#5E183A

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

Shades of Pompadour #5E183A

Tints of Pompadour #5E183A

Color information

#5E183A (or 0x5E183A) is unknown color: approx Pompadour. HEX triplet: 5E, 18 and 3A. RGB value is (94,24,58). Sum of RGB (Red+Green+Blue) = 94+24+58=176 (23% of max value = 765). Red value is 94 (37.11% from 255 or 53.41% from 176); Green value is 24 (9.77% from 255 or 13.64% from 176); Blue value is 58 (23.05% from 255 or 32.95% from 176); Max value from RGB is 94 - color contains mainly: red. Hex color #5E183A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E183A is #A1E7C5. Grayscale: #303030. Windows color (decimal): -10610630 or 3807326. OLE color: 3807326.

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

Color convert

RGB942458-
CMYK00.740.380.63
HSL330.86º59.32%23.14%-
HSV(B)330.86º74.47%36.86%-
XYZ5.713.344.35-
YUV48.81133.19160.24-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 53.41%
GREEN value IS 24 (9.77% from 255) = 13.64%
BLUE value IS 58 (23.05% from 255) = 32.95%
R=53.41%
G=13.64%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.38
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94245800.740.380.63330.8659.3223.14
Hex5E183A04A263F14b3b17
Octal1363072011246775137327
Binary1011110110001110100100101010011011111110100101111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E183A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,24,58); }

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

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

 a { background-color: rgb(94,24,58); }

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

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

 span { border-color: rgb(94,24,58); }

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