#58150D

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

Shades of Red Oxide #58150D

Tints of Red Oxide #58150D

Color information

#58150D (or 0x58150D) is unknown color: approx Red Oxide. HEX triplet: 58, 15 and 0D. RGB value is (88,21,13). Sum of RGB (Red+Green+Blue) = 88+21+13=122 (16% of max value = 765). Red value is 88 (34.77% from 255 or 72.13% from 122); Green value is 21 (8.59% from 255 or 17.21% from 122); Blue value is 13 (5.47% from 255 or 10.66% from 122); Max value from RGB is 88 - color contains mainly: red. Hex color #58150D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #58150D is #A7EAF2. Grayscale: #282828. Windows color (decimal): -11004659 or 857432. OLE color: 857432.

HSL color Cylindrical-coordinate representation of color #58150D: hue angle of 6.4º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #58150D is Cyan = 0, Magento = 0.76, Yellow = 0.85 and Black (K on CMYK) = 0.65.

Color convert

RGB882113-
CMYK00.760.850.65
HSL6.4º74.26%19.8%-
HSV(B)6.4º85.23%34.51%-
XYZ4.372.640.66-
YUV40.12112.7162.15-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 72.13%
GREEN value IS 21 (8.59% from 255) = 17.21%
BLUE value IS 13 (5.47% from 255) = 10.66%
R=72.13%
G=17.21%
B=10.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.85
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88211300.760.850.656.474.2619.8
Hex5815D04C554164a14
Octal13025150114125101611224
Binary10110001010111010100110010101011000001110100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58150D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58150D; }

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

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

<style>
 a { background-color: #58150D; }

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

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

<style>
 span { border-color: #58150D; }

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

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