#591716

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

Shades of Red Oxide #591716

Tints of Red Oxide #591716

Color information

#591716 (or 0x591716) is unknown color: approx Red Oxide. HEX triplet: 59, 17 and 16. RGB value is (89,23,22). Sum of RGB (Red+Green+Blue) = 89+23+22=134 (17% of max value = 765). Red value is 89 (35.16% from 255 or 66.42% from 134); Green value is 23 (9.38% from 255 or 17.16% from 134); Blue value is 22 (8.98% from 255 or 16.42% from 134); Max value from RGB is 89 - color contains mainly: red. Hex color #591716 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #591716 is #A6E8E9. Grayscale: #2A2A2A. Windows color (decimal): -10938602 or 1447769. OLE color: 1447769.

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

Color convert

RGB892322-
CMYK00.740.750.65
HSL0.9º60.36%21.76%-
HSV(B)0.9º75.28%34.9%-
XYZ4.572.791.06-
YUV42.62116.37161.08-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 66.42%
GREEN value IS 23 (9.38% from 255) = 17.16%
BLUE value IS 22 (8.98% from 255) = 16.42%
R=66.42%
G=17.16%
B=16.42%

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
Decimal89232200.740.750.650.960.3621.76
Hex59171604A4B4113c16
Octal1312726011211310117426
Binary101100110111101100100101010010111000001111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591716; }

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

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

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

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

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

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

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

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