#581D13

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

Shades of Red Oxide #581D13

Tints of Red Oxide #581D13

Color information

#581D13 (or 0x581D13) is unknown color: approx Red Oxide. HEX triplet: 58, 1D and 13. RGB value is (88,29,19). Sum of RGB (Red+Green+Blue) = 88+29+19=136 (18% of max value = 765). Red value is 88 (34.77% from 255 or 64.71% from 136); Green value is 29 (11.72% from 255 or 21.32% from 136); Blue value is 19 (7.81% from 255 or 13.97% from 136); Max value from RGB is 88 - color contains mainly: red. Hex color #581D13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #581D13 is #A7E2EC. Grayscale: #2D2D2D. Windows color (decimal): -11002605 or 1252696. OLE color: 1252696.

HSL color Cylindrical-coordinate representation of color #581D13: hue angle of 8.7º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #581D13 is Cyan = 0, Magento = 0.67, Yellow = 0.78 and Black (K on CMYK) = 0.65.

Color convert

RGB882919-
CMYK00.670.780.65
HSL8.7º64.49%20.98%-
HSV(B)8.7º78.41%34.51%-
XYZ4.5830.95-
YUV45.5113.05158.31-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 64.71%
GREEN value IS 29 (11.72% from 255) = 21.32%
BLUE value IS 19 (7.81% from 255) = 13.97%
R=64.71%
G=21.32%
B=13.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.78
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88291900.670.780.658.764.4920.98
Hex581D130434E4194015
Octal130352301031161011110025
Binary1011000111011001101000011100111010000011001100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581D13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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