#520D08

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

Shades of Red Oxide #520D08

Tints of Red Oxide #520D08

Color information

#520D08 (or 0x520D08) is unknown color: approx Red Oxide. HEX triplet: 52, 0D and 08. RGB value is (82,13,8). Sum of RGB (Red+Green+Blue) = 82+13+8=103 (13% of max value = 765). Red value is 82 (32.42% from 255 or 79.61% from 103); Green value is 13 (5.47% from 255 or 12.62% from 103); Blue value is 8 (3.52% from 255 or 7.77% from 103); Max value from RGB is 82 - color contains mainly: red. Hex color #520D08 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520D08 is #ADF2F7. Grayscale: #212121. Windows color (decimal): -11399928 or 527698. OLE color: 527698.

HSL color Cylindrical-coordinate representation of color #520D08: hue angle of 4.05º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #520D08 is Cyan = 0, Magento = 0.84, Yellow = 0.90 and Black (K on CMYK) = 0.68.

Color convert

RGB82138-
CMYK00.840.900.68
HSL4.05º82.22%17.65%-
HSV(B)4.05º90.24%32.16%-
XYZ3.672.10.44-
YUV33.06113.86162.91-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 79.61%
GREEN value IS 13 (5.47% from 255) = 12.62%
BLUE value IS 8 (3.52% from 255) = 7.77%
R=79.61%
G=12.62%
B=7.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.90
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8213800.840.900.684.0582.2217.65
Hex52D80545A4445212
Octal12215100124132104412222
Binary1010010110110000101010010110101000100100101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520D08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520D08; }

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

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

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

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

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

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

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

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