#521009

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

Shades of Red Oxide #521009

Tints of Red Oxide #521009

Color information

#521009 (or 0x521009) is unknown color: approx Red Oxide. HEX triplet: 52, 10 and 09. RGB value is (82,16,9). Sum of RGB (Red+Green+Blue) = 82+16+9=107 (14% of max value = 765). Red value is 82 (32.42% from 255 or 76.64% from 107); Green value is 16 (6.64% from 255 or 14.95% from 107); Blue value is 9 (3.91% from 255 or 8.41% from 107); Max value from RGB is 82 - color contains mainly: red. Hex color #521009 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521009 is #ADEFF6. Grayscale: #232323. Windows color (decimal): -11399159 or 594002. OLE color: 594002.

HSL color Cylindrical-coordinate representation of color #521009: hue angle of 5.75º 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 #521009 is Cyan = 0, Magento = 0.80, Yellow = 0.89 and Black (K on CMYK) = 0.68.

Color convert

RGB82169-
CMYK00.800.890.68
HSL5.75º80.22%17.84%-
HSV(B)5.75º89.02%32.16%-
XYZ3.712.180.48-
YUV34.94113.37161.57-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 76.64%
GREEN value IS 16 (6.64% from 255) = 14.95%
BLUE value IS 9 (3.91% from 255) = 8.41%
R=76.64%
G=14.95%
B=8.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.89
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8216900.800.890.685.7580.2217.84
Hex52109050594465012
Octal12220110120131104612022
Binary10100101000010010101000010110011000100110101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521009; }

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

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

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

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

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

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

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

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