#53110D

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

Shades of Red Oxide #53110D

Tints of Red Oxide #53110D

Color information

#53110D (or 0x53110D) is unknown color: approx Red Oxide. HEX triplet: 53, 11 and 0D. RGB value is (83,17,13). Sum of RGB (Red+Green+Blue) = 83+17+13=113 (14% of max value = 765). Red value is 83 (32.81% from 255 or 73.45% from 113); Green value is 17 (7.03% from 255 or 15.04% from 113); Blue value is 13 (5.47% from 255 or 11.50% from 113); Max value from RGB is 83 - color contains mainly: red. Hex color #53110D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #53110D is #ACEEF2. Grayscale: #242424. Windows color (decimal): -11333363 or 856403. OLE color: 856403.

HSL color Cylindrical-coordinate representation of color #53110D: hue angle of 3.43º 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 #53110D is Cyan = 0, Magento = 0.80, Yellow = 0.84 and Black (K on CMYK) = 0.67.

Color convert

RGB831713-
CMYK00.800.840.67
HSL3.43º72.92%18.82%-
HSV(B)3.43º84.34%32.55%-
XYZ3.842.270.62-
YUV36.28114.87161.33-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 73.45%
GREEN value IS 17 (7.03% from 255) = 15.04%
BLUE value IS 13 (5.47% from 255) = 11.50%
R=73.45%
G=15.04%
B=11.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.84
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83171300.800.840.673.4372.9218.82
Hex5311D050544334913
Octal12321150120124103311123
Binary1010011100011101010100001010100100001111100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53110D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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