#58170B

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

Shades of Red Oxide #58170B

Tints of Red Oxide #58170B

Color information

#58170B (or 0x58170B) is unknown color: approx Red Oxide. HEX triplet: 58, 17 and 0B. RGB value is (88,23,11). Sum of RGB (Red+Green+Blue) = 88+23+11=122 (16% of max value = 765). Red value is 88 (34.77% from 255 or 72.13% from 122); Green value is 23 (9.38% from 255 or 18.85% from 122); Blue value is 11 (4.69% from 255 or 9.02% from 122); Max value from RGB is 88 - color contains mainly: red. Hex color #58170B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #58170B is #A7E8F4. Grayscale: #292929. Windows color (decimal): -11004149 or 726872. OLE color: 726872.

HSL color Cylindrical-coordinate representation of color #58170B: hue angle of 9.35º 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 #58170B is Cyan = 0, Magento = 0.74, Yellow = 0.88 and Black (K on CMYK) = 0.65.

Color convert

RGB882311-
CMYK00.740.880.65
HSL9.35º77.78%19.41%-
HSV(B)9.35º87.5%34.51%-
XYZ4.392.710.61-
YUV41.07111.03161.48-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 72.13%
GREEN value IS 23 (9.38% from 255) = 18.85%
BLUE value IS 11 (4.69% from 255) = 9.02%
R=72.13%
G=18.85%
B=9.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.88
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88231100.740.880.659.3577.7819.41
Hex5817B04A584194e13
Octal130271301121301011111623
Binary101100010111101101001010101100010000011001100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58170B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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