#52110D

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

Shades of Red Oxide #52110D

Tints of Red Oxide #52110D

Color information

#52110D (or 0x52110D) is unknown color: approx Red Oxide. HEX triplet: 52, 11 and 0D. RGB value is (82,17,13). Sum of RGB (Red+Green+Blue) = 82+17+13=112 (14% of max value = 765). Red value is 82 (32.42% from 255 or 73.21% from 112); Green value is 17 (7.03% from 255 or 15.18% from 112); Blue value is 13 (5.47% from 255 or 11.61% from 112); Max value from RGB is 82 - color contains mainly: red. Hex color #52110D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #52110D is #ADEEF2. Grayscale: #242424. Windows color (decimal): -11398899 or 856402. OLE color: 856402.

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

Color convert

RGB821713-
CMYK00.790.840.68
HSL3.48º72.63%18.63%-
HSV(B)3.48º84.15%32.16%-
XYZ3.752.220.61-
YUV35.98115.03160.83-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 73.21%
GREEN value IS 17 (7.03% from 255) = 15.18%
BLUE value IS 13 (5.47% from 255) = 11.61%
R=73.21%
G=15.18%
B=11.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.84
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82171300.790.840.683.4872.6318.63
Hex5211D04F544434913
Octal12221150117124104311123
Binary1010010100011101010011111010100100010011100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52110D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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