#521107

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

Shades of Red Oxide #521107

Tints of Red Oxide #521107

Color information

#521107 (or 0x521107) is unknown color: approx Red Oxide. HEX triplet: 52, 11 and 07. RGB value is (82,17,7). Sum of RGB (Red+Green+Blue) = 82+17+7=106 (14% of max value = 765). Red value is 82 (32.42% from 255 or 77.36% from 106); Green value is 17 (7.03% from 255 or 16.04% from 106); Blue value is 7 (3.12% from 255 or 6.60% from 106); Max value from RGB is 82 - color contains mainly: red. Hex color #521107 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521107 is #ADEEF8. Grayscale: #232323. Windows color (decimal): -11398905 or 463186. OLE color: 463186.

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

Color convert

RGB82177-
CMYK00.790.910.68
HSL84.27%17.45%-
HSV(B)91.46%32.16%-
XYZ3.722.210.43-
YUV35.3112.03161.31-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 77.36%
GREEN value IS 17 (7.03% from 255) = 16.04%
BLUE value IS 7 (3.12% from 255) = 6.60%
R=77.36%
G=16.04%
B=6.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.91
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8217700.790.910.68884.2717.45
Hex5211704F5B4485411
Octal12221701171331041012421
Binary10100101000111101001111101101110001001000101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521107; }

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

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

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

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

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

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

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

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