#58211F

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

Shades of Red Oxide #58211F

Tints of Red Oxide #58211F

Color information

#58211F (or 0x58211F) is unknown color: approx Red Oxide. HEX triplet: 58, 21 and 1F. RGB value is (88,33,31). Sum of RGB (Red+Green+Blue) = 88+33+31=152 (20% of max value = 765). Red value is 88 (34.77% from 255 or 57.89% from 152); Green value is 33 (13.28% from 255 or 21.71% from 152); Blue value is 31 (12.5% from 255 or 20.39% from 152); Max value from RGB is 88 - color contains mainly: red. Hex color #58211F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58211F is #A7DEE0. Grayscale: #313131. Windows color (decimal): -11001569 or 2040152. OLE color: 2040152.

HSL color Cylindrical-coordinate representation of color #58211F: hue angle of 2.11º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #58211F is Cyan = 0, Magento = 0.62, Yellow = 0.65 and Black (K on CMYK) = 0.65.

Color convert

RGB883331-
CMYK00.620.650.65
HSL2.11º47.9%23.33%-
HSV(B)2.11º64.77%34.51%-
XYZ4.823.261.67-
YUV49.22117.72155.66-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 57.89%
GREEN value IS 33 (13.28% from 255) = 21.71%
BLUE value IS 31 (12.5% from 255) = 20.39%
R=57.89%
G=21.71%
B=20.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.65
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88333100.620.650.652.1147.923.33
Hex58211F03E414123017
Octal130413707610110126027
Binary1011000100001111110111110100000110000011011000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58211F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,33,31); }

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

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

 a { background-color: rgb(88,33,31); }

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

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

 span { border-color: rgb(88,33,31); }

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