#58201D

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

Shades of Red Oxide #58201D

Tints of Red Oxide #58201D

Color information

#58201D (or 0x58201D) is unknown color: approx Red Oxide. HEX triplet: 58, 20 and 1D. RGB value is (88,32,29). Sum of RGB (Red+Green+Blue) = 88+32+29=149 (19% of max value = 765). Red value is 88 (34.77% from 255 or 59.06% from 149); Green value is 32 (12.89% from 255 or 21.48% from 149); Blue value is 29 (11.72% from 255 or 19.46% from 149); Max value from RGB is 88 - color contains mainly: red. Hex color #58201D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58201D is #A7DFE2. Grayscale: #303030. Windows color (decimal): -11001827 or 1908824. OLE color: 1908824.

HSL color Cylindrical-coordinate representation of color #58201D: hue angle of 3.05º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #58201D is Cyan = 0, Magento = 0.64, Yellow = 0.67 and Black (K on CMYK) = 0.65.

Color convert

RGB883229-
CMYK00.640.670.65
HSL3.05º50.43%22.94%-
HSV(B)3.05º67.05%34.51%-
XYZ4.763.21.53-
YUV48.4117.05156.24-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 59.06%
GREEN value IS 32 (12.89% from 255) = 21.48%
BLUE value IS 29 (11.72% from 255) = 19.46%
R=59.06%
G=21.48%
B=19.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.67
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88322900.640.670.653.0550.4322.94
Hex58201D040434133217
Octal1304035010010310136227
Binary10110001000001110101000000100001110000011111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58201D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,32,29); }

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

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

 a { background-color: rgb(88,32,29); }

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

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

 span { border-color: rgb(88,32,29); }

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