#581C16

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

Shades of Red Oxide #581C16

Tints of Red Oxide #581C16

Color information

#581C16 (or 0x581C16) is unknown color: approx Red Oxide. HEX triplet: 58, 1C and 16. RGB value is (88,28,22). Sum of RGB (Red+Green+Blue) = 88+28+22=138 (18% of max value = 765). Red value is 88 (34.77% from 255 or 63.77% from 138); Green value is 28 (11.33% from 255 or 20.29% from 138); Blue value is 22 (8.98% from 255 or 15.94% from 138); Max value from RGB is 88 - color contains mainly: red. Hex color #581C16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #581C16 is #A7E3E9. Grayscale: #2D2D2D. Windows color (decimal): -11002858 or 1449048. OLE color: 1449048.

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

Color convert

RGB882822-
CMYK00.680.750.65
HSL5.45º60%21.57%-
HSV(B)5.45º75%34.51%-
XYZ4.582.961.09-
YUV45.26114.88158.49-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 63.77%
GREEN value IS 28 (11.33% from 255) = 20.29%
BLUE value IS 22 (8.98% from 255) = 15.94%
R=63.77%
G=20.29%
B=15.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.75
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88282200.680.750.655.456021.57
Hex581C160444B4153c16
Octal1303426010411310157426
Binary10110001110010110010001001001011100000110111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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