#531716

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

Shades of Red Oxide #531716

Tints of Red Oxide #531716

Color information

#531716 (or 0x531716) is unknown color: approx Red Oxide. HEX triplet: 53, 17 and 16. RGB value is (83,23,22). Sum of RGB (Red+Green+Blue) = 83+23+22=128 (16% of max value = 765). Red value is 83 (32.81% from 255 or 64.84% from 128); Green value is 23 (9.38% from 255 or 17.97% from 128); Blue value is 22 (8.98% from 255 or 17.19% from 128); Max value from RGB is 83 - color contains mainly: red. Hex color #531716 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531716 is #ACE8E9. Grayscale: #282828. Windows color (decimal): -11331818 or 1447763. OLE color: 1447763.

HSL color Cylindrical-coordinate representation of color #531716: hue angle of 0.98º 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 #531716 is Cyan = 0, Magento = 0.72, Yellow = 0.73 and Black (K on CMYK) = 0.67.

Color convert

RGB832322-
CMYK00.720.730.67
HSL0.98º58.1%20.59%-
HSV(B)0.98º73.49%32.55%-
XYZ4.022.511.03-
YUV40.83117.38158.08-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 64.84%
GREEN value IS 23 (9.38% from 255) = 17.97%
BLUE value IS 22 (8.98% from 255) = 17.19%
R=64.84%
G=17.97%
B=17.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.73
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83232200.720.730.670.9858.120.59
Hex531716048494313a15
Octal1232726011011110317225
Binary101001110111101100100100010010011000011111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531716; }

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

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

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

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

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

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

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

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