#581D16

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

Shades of Red Oxide #581D16

Tints of Red Oxide #581D16

Color information

#581D16 (or 0x581D16) is unknown color: approx Red Oxide. HEX triplet: 58, 1D and 16. RGB value is (88,29,22). Sum of RGB (Red+Green+Blue) = 88+29+22=139 (18% of max value = 765). Red value is 88 (34.77% from 255 or 63.31% from 139); Green value is 29 (11.72% from 255 or 20.86% from 139); Blue value is 22 (8.98% from 255 or 15.83% from 139); Max value from RGB is 88 - color contains mainly: red. Hex color #581D16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #581D16 is #A7E2E9. Grayscale: #2D2D2D. Windows color (decimal): -11002602 or 1449304. OLE color: 1449304.

HSL color Cylindrical-coordinate representation of color #581D16: hue angle of 6.36º 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 #581D16 is Cyan = 0, Magento = 0.67, Yellow = 0.75 and Black (K on CMYK) = 0.65.

Color convert

RGB882922-
CMYK00.670.750.65
HSL6.36º60%21.57%-
HSV(B)6.36º75%34.51%-
XYZ4.613.011.1-
YUV45.84114.55158.07-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 63.31%
GREEN value IS 29 (11.72% from 255) = 20.86%
BLUE value IS 22 (8.98% from 255) = 15.83%
R=63.31%
G=20.86%
B=15.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.75
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88292200.670.750.656.366021.57
Hex581D160434B4163c16
Octal1303526010311310167426
Binary10110001110110110010000111001011100000111011110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581D16; }

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

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

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

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

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

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

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

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