#58150F

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

Shades of Red Oxide #58150F

Tints of Red Oxide #58150F

Color information

#58150F (or 0x58150F) is unknown color: approx Red Oxide. HEX triplet: 58, 15 and 0F. RGB value is (88,21,15). Sum of RGB (Red+Green+Blue) = 88+21+15=124 (16% of max value = 765). Red value is 88 (34.77% from 255 or 70.97% from 124); Green value is 21 (8.59% from 255 or 16.94% from 124); Blue value is 15 (6.25% from 255 or 12.10% from 124); Max value from RGB is 88 - color contains mainly: red. Hex color #58150F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #58150F is #A7EAF0. Grayscale: #282828. Windows color (decimal): -11004657 or 988504. OLE color: 988504.

HSL color Cylindrical-coordinate representation of color #58150F: hue angle of 4.93º 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 #58150F is Cyan = 0, Magento = 0.76, Yellow = 0.83 and Black (K on CMYK) = 0.65.

Color convert

RGB882115-
CMYK00.760.830.65
HSL4.93º70.87%20.2%-
HSV(B)4.93º82.95%34.51%-
XYZ4.382.650.73-
YUV40.35113.7161.99-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 70.97%
GREEN value IS 21 (8.59% from 255) = 16.94%
BLUE value IS 15 (6.25% from 255) = 12.10%
R=70.97%
G=16.94%
B=12.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.83
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88211500.760.830.654.9370.8720.2
Hex5815F04C534154714
Octal13025170114123101510724
Binary10110001010111110100110010100111000001101100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58150F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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