#58160B

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

Shades of Red Oxide #58160B

Tints of Red Oxide #58160B

Color information

#58160B (or 0x58160B) is unknown color: approx Red Oxide. HEX triplet: 58, 16 and 0B. RGB value is (88,22,11). Sum of RGB (Red+Green+Blue) = 88+22+11=121 (16% of max value = 765). Red value is 88 (34.77% from 255 or 72.73% from 121); Green value is 22 (8.98% from 255 or 18.18% from 121); Blue value is 11 (4.69% from 255 or 9.09% from 121); Max value from RGB is 88 - color contains mainly: red. Hex color #58160B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #58160B is #A7E9F4. Grayscale: #282828. Windows color (decimal): -11004405 or 726616. OLE color: 726616.

HSL color Cylindrical-coordinate representation of color #58160B: hue angle of 8.57º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #58160B is Cyan = 0, Magento = 0.75, Yellow = 0.88 and Black (K on CMYK) = 0.65.

Color convert

RGB882211-
CMYK00.750.880.65
HSL8.57º77.78%19.41%-
HSV(B)8.57º87.5%34.51%-
XYZ4.372.670.6-
YUV40.48111.37161.89-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 72.73%
GREEN value IS 22 (8.98% from 255) = 18.18%
BLUE value IS 11 (4.69% from 255) = 9.09%
R=72.73%
G=18.18%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.88
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88221100.750.880.658.5777.7819.41
Hex5816B04B584194e13
Octal130261301131301011111623
Binary101100010110101101001011101100010000011001100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58160B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58160B; }

 p { color: rgb(88,22,11); }

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

<style>
 a { background-color: #58160B; }

 a { background-color: rgb(88,22,11); }

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

<style>
 span { border-color: #58160B; }

 span { border-color: rgb(88,22,11); }

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