#581A13

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

Shades of Red Oxide #581A13

Tints of Red Oxide #581A13

Color information

#581A13 (or 0x581A13) is unknown color: approx Red Oxide. HEX triplet: 58, 1A and 13. RGB value is (88,26,19). Sum of RGB (Red+Green+Blue) = 88+26+19=133 (17% of max value = 765). Red value is 88 (34.77% from 255 or 66.17% from 133); Green value is 26 (10.55% from 255 or 19.55% from 133); Blue value is 19 (7.81% from 255 or 14.29% from 133); Max value from RGB is 88 - color contains mainly: red. Hex color #581A13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #581A13 is #A7E5EC. Grayscale: #2B2B2B. Windows color (decimal): -11003373 or 1251928. OLE color: 1251928.

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

Color convert

RGB882619-
CMYK00.700.780.65
HSL6.09º64.49%20.98%-
HSV(B)6.09º78.41%34.51%-
XYZ4.512.860.93-
YUV43.74114.04159.57-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 66.17%
GREEN value IS 26 (10.55% from 255) = 19.55%
BLUE value IS 19 (7.81% from 255) = 14.29%
R=66.17%
G=19.55%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.78
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88261900.700.780.656.0964.4920.98
Hex581A130464E4164015
Octal13032230106116101610025
Binary101100011010100110100011010011101000001110100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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