#58201B

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

Shades of Red Oxide #58201B

Tints of Red Oxide #58201B

Color information

#58201B (or 0x58201B) is unknown color: approx Red Oxide. HEX triplet: 58, 20 and 1B. RGB value is (88,32,27). Sum of RGB (Red+Green+Blue) = 88+32+27=147 (19% of max value = 765). Red value is 88 (34.77% from 255 or 59.86% from 147); Green value is 32 (12.89% from 255 or 21.77% from 147); Blue value is 27 (10.94% from 255 or 18.37% from 147); Max value from RGB is 88 - color contains mainly: red. Hex color #58201B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58201B is #A7DFE4. Grayscale: #303030. Windows color (decimal): -11001829 or 1777752. OLE color: 1777752.

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

Color convert

RGB883227-
CMYK00.640.690.65
HSL4.92º53.04%22.55%-
HSV(B)4.92º69.32%34.51%-
XYZ4.743.191.4-
YUV48.17116.05156.41-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 59.86%
GREEN value IS 32 (12.89% from 255) = 21.77%
BLUE value IS 27 (10.94% from 255) = 18.37%
R=59.86%
G=21.77%
B=18.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.69
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88322700.640.690.654.9253.0422.55
Hex58201B040454153517
Octal1304033010010510156527
Binary101100010000011011010000001000101100000110111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58201B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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