#581A19

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

Shades of Red Oxide #581A19

Tints of Red Oxide #581A19

Color information

#581A19 (or 0x581A19) is unknown color: approx Red Oxide. HEX triplet: 58, 1A and 19. RGB value is (88,26,25). Sum of RGB (Red+Green+Blue) = 88+26+25=139 (18% of max value = 765). Red value is 88 (34.77% from 255 or 63.31% from 139); Green value is 26 (10.55% from 255 or 18.71% from 139); Blue value is 25 (10.16% from 255 or 17.99% from 139); Max value from RGB is 88 - color contains mainly: red. Hex color #581A19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #581A19 is #A7E5E6. Grayscale: #2C2C2C. Windows color (decimal): -11003367 or 1645144. OLE color: 1645144.

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

Color convert

RGB882625-
CMYK00.700.720.65
HSL0.95º55.75%22.16%-
HSV(B)0.95º71.59%34.51%-
XYZ4.572.881.24-
YUV44.42117.04159.08-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 63.31%
GREEN value IS 26 (10.55% from 255) = 18.71%
BLUE value IS 25 (10.16% from 255) = 17.99%
R=63.31%
G=18.71%
B=17.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.72
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88262500.700.720.650.9555.7522.16
Hex581A19046484113816
Octal1303231010611010117026
Binary101100011010110010100011010010001000001111100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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