#58110F

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

Shades of Red Oxide #58110F

Tints of Red Oxide #58110F

Color information

#58110F (or 0x58110F) is unknown color: approx Red Oxide. HEX triplet: 58, 11 and 0F. RGB value is (88,17,15). Sum of RGB (Red+Green+Blue) = 88+17+15=120 (15% of max value = 765). Red value is 88 (34.77% from 255 or 73.33% from 120); Green value is 17 (7.03% from 255 or 14.17% from 120); Blue value is 15 (6.25% from 255 or 12.5% from 120); Max value from RGB is 88 - color contains mainly: red. Hex color #58110F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #58110F is #A7EEF0. Grayscale: #262626. Windows color (decimal): -11005681 or 987480. OLE color: 987480.

HSL color Cylindrical-coordinate representation of color #58110F: hue angle of 1.64º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #58110F is Cyan = 0, Magento = 0.81, Yellow = 0.83 and Black (K on CMYK) = 0.65.

Color convert

RGB881715-
CMYK00.810.830.65
HSL1.64º70.87%20.2%-
HSV(B)1.64º82.95%34.51%-
XYZ4.312.510.71-
YUV38115.02163.66-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 73.33%
GREEN value IS 17 (7.03% from 255) = 14.17%
BLUE value IS 15 (6.25% from 255) = 12.5%
R=73.33%
G=14.17%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.83
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88171500.810.830.651.6470.8720.2
Hex5811F051534124714
Octal13021170121123101210724
Binary1011000100011111010100011010011100000110100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58110F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58110F; }

 p { color: rgb(88,17,15); }

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

<style>
 a { background-color: #58110F; }

 a { background-color: rgb(88,17,15); }

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

<style>
 span { border-color: #58110F; }

 span { border-color: rgb(88,17,15); }

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