#58130E

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

Shades of Red Oxide #58130E

Tints of Red Oxide #58130E

Color information

#58130E (or 0x58130E) is unknown color: approx Red Oxide. HEX triplet: 58, 13 and 0E. RGB value is (88,19,14). Sum of RGB (Red+Green+Blue) = 88+19+14=121 (16% of max value = 765). Red value is 88 (34.77% from 255 or 72.73% from 121); Green value is 19 (7.81% from 255 or 15.70% from 121); Blue value is 14 (5.86% from 255 or 11.57% from 121); Max value from RGB is 88 - color contains mainly: red. Hex color #58130E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #58130E is #A7ECF1. Grayscale: #272727. Windows color (decimal): -11005170 or 922456. OLE color: 922456.

HSL color Cylindrical-coordinate representation of color #58130E: hue angle of 4.05º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #58130E is Cyan = 0, Magento = 0.78, Yellow = 0.84 and Black (K on CMYK) = 0.65.

Color convert

RGB881914-
CMYK00.780.840.65
HSL4.05º72.55%20%-
HSV(B)4.05º84.09%34.51%-
XYZ4.342.570.68-
YUV39.06113.86162.91-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 72.73%
GREEN value IS 19 (7.81% from 255) = 15.70%
BLUE value IS 14 (5.86% from 255) = 11.57%
R=72.73%
G=15.70%
B=11.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.84
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88191400.780.840.654.0572.5520
Hex5813E04E544144914
Octal13023160116124101411124
Binary10110001001111100100111010101001000001100100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58130E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58130E; }

 p { color: rgb(88,19,14); }

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

<style>
 a { background-color: #58130E; }

 a { background-color: rgb(88,19,14); }

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

<style>
 span { border-color: #58130E; }

 span { border-color: rgb(88,19,14); }

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