#521109

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

Shades of Red Oxide #521109

Tints of Red Oxide #521109

Color information

#521109 (or 0x521109) is unknown color: approx Red Oxide. HEX triplet: 52, 11 and 09. RGB value is (82,17,9). Sum of RGB (Red+Green+Blue) = 82+17+9=108 (14% of max value = 765). Red value is 82 (32.42% from 255 or 75.93% from 108); Green value is 17 (7.03% from 255 or 15.74% from 108); Blue value is 9 (3.91% from 255 or 8.33% from 108); Max value from RGB is 82 - color contains mainly: red. Hex color #521109 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521109 is #ADEEF6. Grayscale: #232323. Windows color (decimal): -11398903 or 594258. OLE color: 594258.

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

Color convert

RGB82179-
CMYK00.790.890.68
HSL6.58º80.22%17.84%-
HSV(B)6.58º89.02%32.16%-
XYZ3.732.210.49-
YUV35.52113.03161.15-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 75.93%
GREEN value IS 17 (7.03% from 255) = 15.74%
BLUE value IS 9 (3.91% from 255) = 8.33%
R=75.93%
G=15.74%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.89
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8217900.790.890.686.5880.2217.84
Hex5211904F594475012
Octal12221110117131104712022
Binary10100101000110010100111110110011000100111101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521109; }

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

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

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

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

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

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

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

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