#581311

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

Shades of Red Oxide #581311

Tints of Red Oxide #581311

Color information

#581311 (or 0x581311) is unknown color: approx Red Oxide. HEX triplet: 58, 13 and 11. RGB value is (88,19,17). Sum of RGB (Red+Green+Blue) = 88+19+17=124 (16% of max value = 765). Red value is 88 (34.77% from 255 or 70.97% from 124); Green value is 19 (7.81% from 255 or 15.32% from 124); Blue value is 17 (7.03% from 255 or 13.71% from 124); Max value from RGB is 88 - color contains mainly: red. Hex color #581311 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581311 is #A7ECEE. Grayscale: #272727. Windows color (decimal): -11005167 or 1119064. OLE color: 1119064.

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

Color convert

RGB881917-
CMYK00.780.810.65
HSL1.69º67.62%20.59%-
HSV(B)1.69º80.68%34.51%-
XYZ4.362.580.8-
YUV39.4115.36162.66-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 70.97%
GREEN value IS 19 (7.81% from 255) = 15.32%
BLUE value IS 17 (7.03% from 255) = 13.71%
R=70.97%
G=15.32%
B=13.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.81
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88191700.780.810.651.6967.6220.59
Hex58131104E514124415
Octal13023210116121101210425
Binary10110001001110001010011101010001100000110100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581311; }

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

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

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

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

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

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

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

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