#5E110A

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

Shades of Red Oxide #5E110A

Tints of Red Oxide #5E110A

Color information

#5E110A (or 0x5E110A) is unknown color: approx Red Oxide. HEX triplet: 5E, 11 and 0A. RGB value is (94,17,10). Sum of RGB (Red+Green+Blue) = 94+17+10=121 (16% of max value = 765). Red value is 94 (37.11% from 255 or 77.69% from 121); Green value is 17 (7.03% from 255 or 14.05% from 121); Blue value is 10 (4.30% from 255 or 8.26% from 121); Max value from RGB is 94 - color contains mainly: red. Hex color #5E110A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5E110A is #A1EEF5. Grayscale: #272727. Windows color (decimal): -10612470 or 659806. OLE color: 659806.

HSL color Cylindrical-coordinate representation of color #5E110A: hue angle of 5º degrees, saturation: 0.81, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5E110A is Cyan = 0, Magento = 0.82, Yellow = 0.89 and Black (K on CMYK) = 0.63.

Color convert

RGB941710-
CMYK00.820.890.63
HSL80.77%20.39%-
HSV(B)89.36%36.86%-
XYZ4.872.80.57-
YUV39.22111.51167.07-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 77.69%
GREEN value IS 17 (7.03% from 255) = 14.05%
BLUE value IS 10 (4.30% from 255) = 8.26%
R=77.69%
G=14.05%
B=8.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.89
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94171000.820.890.63580.7720.39
Hex5E11A052593F55114
Octal1362112012213177512124
Binary1011110100011010010100101011001111111101101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E110A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,17,10); }

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

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

 a { background-color: rgb(94,17,10); }

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

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

 span { border-color: rgb(94,17,10); }

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