#52110A

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

Shades of Red Oxide #52110A

Tints of Red Oxide #52110A

Color information

#52110A (or 0x52110A) is unknown color: approx Red Oxide. HEX triplet: 52, 11 and 0A. RGB value is (82,17,10). Sum of RGB (Red+Green+Blue) = 82+17+10=109 (14% of max value = 765). Red value is 82 (32.42% from 255 or 75.23% from 109); Green value is 17 (7.03% from 255 or 15.60% from 109); Blue value is 10 (4.30% from 255 or 9.17% from 109); Max value from RGB is 82 - color contains mainly: red. Hex color #52110A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #52110A is #ADEEF5. Grayscale: #232323. Windows color (decimal): -11398902 or 659794. OLE color: 659794.

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

Color convert

RGB821710-
CMYK00.790.880.68
HSL5.83º78.26%18.04%-
HSV(B)5.83º87.8%32.16%-
XYZ3.732.220.52-
YUV35.64113.53161.07-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 75.23%
GREEN value IS 17 (7.03% from 255) = 15.60%
BLUE value IS 10 (4.30% from 255) = 9.17%
R=75.23%
G=15.60%
B=9.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.88
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82171000.790.880.685.8378.2618.04
Hex5211A04F584464e12
Octal12221120117130104611622
Binary10100101000110100100111110110001000100110100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52110A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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