#52160D

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

Shades of Red Oxide #52160D

Tints of Red Oxide #52160D

Color information

#52160D (or 0x52160D) is unknown color: approx Red Oxide. HEX triplet: 52, 16 and 0D. RGB value is (82,22,13). Sum of RGB (Red+Green+Blue) = 82+22+13=117 (15% of max value = 765). Red value is 82 (32.42% from 255 or 70.09% from 117); Green value is 22 (8.98% from 255 or 18.80% from 117); Blue value is 13 (5.47% from 255 or 11.11% from 117); Max value from RGB is 82 - color contains mainly: red. Hex color #52160D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #52160D is #ADE9F2. Grayscale: #272727. Windows color (decimal): -11397619 or 857682. OLE color: 857682.

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

Color convert

RGB822213-
CMYK00.730.840.68
HSL7.83º72.63%18.63%-
HSV(B)7.83º84.15%32.16%-
XYZ3.842.40.64-
YUV38.91113.38158.73-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 70.09%
GREEN value IS 22 (8.98% from 255) = 18.80%
BLUE value IS 13 (5.47% from 255) = 11.11%
R=70.09%
G=18.80%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.84
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82221300.730.840.687.8372.6318.63
Hex5216D049544484913
Octal122261501111241041011123
Binary101001010110110101001001101010010001001000100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52160D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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