#531916

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

Shades of Red Oxide #531916

Tints of Red Oxide #531916

Color information

#531916 (or 0x531916) is unknown color: approx Red Oxide. HEX triplet: 53, 19 and 16. RGB value is (83,25,22). Sum of RGB (Red+Green+Blue) = 83+25+22=130 (17% of max value = 765). Red value is 83 (32.81% from 255 or 63.85% from 130); Green value is 25 (10.16% from 255 or 19.23% from 130); Blue value is 22 (8.98% from 255 or 16.92% from 130); Max value from RGB is 83 - color contains mainly: red. Hex color #531916 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531916 is #ACE6E9. Grayscale: #2A2A2A. Windows color (decimal): -11331306 or 1448275. OLE color: 1448275.

HSL color Cylindrical-coordinate representation of color #531916: hue angle of 2.95º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #531916 is Cyan = 0, Magento = 0.70, Yellow = 0.73 and Black (K on CMYK) = 0.67.

Color convert

RGB832522-
CMYK00.700.730.67
HSL2.95º58.1%20.59%-
HSV(B)2.95º73.49%32.55%-
XYZ4.062.591.05-
YUV42116.72157.24-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 63.85%
GREEN value IS 25 (10.16% from 255) = 19.23%
BLUE value IS 22 (8.98% from 255) = 16.92%
R=63.85%
G=19.23%
B=16.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.73
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83252200.700.730.672.9558.120.59
Hex531916046494333a15
Octal1233126010611110337225
Binary1010011110011011001000110100100110000111111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531916; }

 p { color: rgb(83,25,22); }

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

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

 a { background-color: rgb(83,25,22); }

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

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

 span { border-color: rgb(83,25,22); }

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