#531917

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

Shades of Red Oxide #531917

Tints of Red Oxide #531917

Color information

#531917 (or 0x531917) is unknown color: approx Red Oxide. HEX triplet: 53, 19 and 17. RGB value is (83,25,23). Sum of RGB (Red+Green+Blue) = 83+25+23=131 (17% of max value = 765). Red value is 83 (32.81% from 255 or 63.36% from 131); Green value is 25 (10.16% from 255 or 19.08% from 131); Blue value is 23 (9.38% from 255 or 17.56% from 131); Max value from RGB is 83 - color contains mainly: red. Hex color #531917 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531917 is #ACE6E8. Grayscale: #2A2A2A. Windows color (decimal): -11331305 or 1513811. OLE color: 1513811.

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

Color convert

RGB832523-
CMYK00.700.720.67
HSL56.6%20.78%-
HSV(B)72.29%32.55%-
XYZ4.072.61.1-
YUV42.11117.22157.16-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 63.36%
GREEN value IS 25 (10.16% from 255) = 19.08%
BLUE value IS 23 (9.38% from 255) = 17.56%
R=63.36%
G=19.08%
B=17.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.72
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83252300.700.720.67256.620.78
Hex531917046484323915
Octal1233127010611010327125
Binary1010011110011011101000110100100010000111011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531917; }

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

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

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

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

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

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

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

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