#581716

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

Shades of Red Oxide #581716

Tints of Red Oxide #581716

Color information

#581716 (or 0x581716) is unknown color: approx Red Oxide. HEX triplet: 58, 17 and 16. RGB value is (88,23,22). Sum of RGB (Red+Green+Blue) = 88+23+22=133 (17% of max value = 765). Red value is 88 (34.77% from 255 or 66.17% from 133); Green value is 23 (9.38% from 255 or 17.29% from 133); Blue value is 22 (8.98% from 255 or 16.54% from 133); Max value from RGB is 88 - color contains mainly: red. Hex color #581716 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581716 is #A7E8E9. Grayscale: #2A2A2A. Windows color (decimal): -11004138 or 1447768. OLE color: 1447768.

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

Color convert

RGB882322-
CMYK00.740.750.65
HSL0.91º60%21.57%-
HSV(B)0.91º75%34.51%-
XYZ4.482.751.05-
YUV42.32116.53160.58-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 66.17%
GREEN value IS 23 (9.38% from 255) = 17.29%
BLUE value IS 22 (8.98% from 255) = 16.54%
R=66.17%
G=17.29%
B=16.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.75
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88232200.740.750.650.916021.57
Hex58171604A4B4113c16
Octal1302726011211310117426
Binary101100010111101100100101010010111000001111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581716; }

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

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

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

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

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

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

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

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