#53170D

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

Shades of Red Oxide #53170D

Tints of Red Oxide #53170D

Color information

#53170D (or 0x53170D) is unknown color: approx Red Oxide. HEX triplet: 53, 17 and 0D. RGB value is (83,23,13). Sum of RGB (Red+Green+Blue) = 83+23+13=119 (15% of max value = 765). Red value is 83 (32.81% from 255 or 69.75% from 119); Green value is 23 (9.38% from 255 or 19.33% from 119); Blue value is 13 (5.47% from 255 or 10.92% from 119); Max value from RGB is 83 - color contains mainly: red. Hex color #53170D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #53170D is #ACE8F2. Grayscale: #272727. Windows color (decimal): -11331827 or 857939. OLE color: 857939.

HSL color Cylindrical-coordinate representation of color #53170D: hue angle of 8.57º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #53170D is Cyan = 0, Magento = 0.72, Yellow = 0.84 and Black (K on CMYK) = 0.67.

Color convert

RGB832313-
CMYK00.720.840.67
HSL8.57º72.92%18.82%-
HSV(B)8.57º84.34%32.55%-
XYZ3.952.480.65-
YUV39.8112.88158.81-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 69.75%
GREEN value IS 23 (9.38% from 255) = 19.33%
BLUE value IS 13 (5.47% from 255) = 10.92%
R=69.75%
G=19.33%
B=10.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.84
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83231300.720.840.678.5772.9218.82
Hex5317D048544394913
Octal123271501101241031111123
Binary101001110111110101001000101010010000111001100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53170D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53170D; }

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

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

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

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

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

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

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

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