#581916

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

Shades of Red Oxide #581916

Tints of Red Oxide #581916

Color information

#581916 (or 0x581916) is unknown color: approx Red Oxide. HEX triplet: 58, 19 and 16. RGB value is (88,25,22). Sum of RGB (Red+Green+Blue) = 88+25+22=135 (17% of max value = 765). Red value is 88 (34.77% from 255 or 65.19% from 135); Green value is 25 (10.16% from 255 or 18.52% from 135); Blue value is 22 (8.98% from 255 or 16.30% from 135); Max value from RGB is 88 - color contains mainly: red. Hex color #581916 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581916 is #A7E6E9. Grayscale: #2B2B2B. Windows color (decimal): -11003626 or 1448280. OLE color: 1448280.

HSL color Cylindrical-coordinate representation of color #581916: hue angle of 2.73º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #581916 is Cyan = 0, Magento = 0.72, Yellow = 0.75 and Black (K on CMYK) = 0.65.

Color convert

RGB882522-
CMYK00.720.750.65
HSL2.73º60%21.57%-
HSV(B)2.73º75%34.51%-
XYZ4.522.831.07-
YUV43.5115.87159.74-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 65.19%
GREEN value IS 25 (10.16% from 255) = 18.52%
BLUE value IS 22 (8.98% from 255) = 16.30%
R=65.19%
G=18.52%
B=16.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.75
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88252200.720.750.652.736021.57
Hex5819160484B4133c16
Octal1303126011011310137426
Binary1011000110011011001001000100101110000011111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581916; }

 p { color: rgb(88,25,22); }

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

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

 a { background-color: rgb(88,25,22); }

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

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

 span { border-color: rgb(88,25,22); }

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