#5E150D

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

Shades of Red Oxide #5E150D

Tints of Red Oxide #5E150D

Color information

#5E150D (or 0x5E150D) is unknown color: approx Red Oxide. HEX triplet: 5E, 15 and 0D. RGB value is (94,21,13). Sum of RGB (Red+Green+Blue) = 94+21+13=128 (16% of max value = 765). Red value is 94 (37.11% from 255 or 73.44% from 128); Green value is 21 (8.59% from 255 or 16.41% from 128); Blue value is 13 (5.47% from 255 or 10.16% from 128); Max value from RGB is 94 - color contains mainly: red. Hex color #5E150D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5E150D is #A1EAF2. Grayscale: #2A2A2A. Windows color (decimal): -10611443 or 857438. OLE color: 857438.

HSL color Cylindrical-coordinate representation of color #5E150D: hue angle of 5.93º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5E150D is Cyan = 0, Magento = 0.78, Yellow = 0.86 and Black (K on CMYK) = 0.63.

Color convert

RGB942113-
CMYK00.780.860.63
HSL5.93º75.7%20.98%-
HSV(B)5.93º86.17%36.86%-
XYZ4.962.950.69-
YUV41.92111.68165.15-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 73.44%
GREEN value IS 21 (8.59% from 255) = 16.41%
BLUE value IS 13 (5.47% from 255) = 10.16%
R=73.44%
G=16.41%
B=10.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.86
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94211300.780.860.635.9375.720.98
Hex5E15D04E563F64c15
Octal1362515011612677611425
Binary1011110101011101010011101010110111111110100110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E150D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,21,13); }

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

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

 a { background-color: rgb(94,21,13); }

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

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

 span { border-color: rgb(94,21,13); }

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