Html Css Color HEX #520D09 Red Oxide

📋 copy color: '#520D09'

red 82 ◦ green 13 ◦ blue 9

#520D09
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Oxide #520D09

Tints of Red Oxide #520D09

RGB

 RED value IS 82 (32.42% from 255) = 78.85%

 GREEN value IS 13 (5.47% from 255) = 12.5%

 BLUE value IS 9 (3.91% from 255) = 8.65%

R = 78.85%
G = 12.5%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.89

 K value IS 0.68

RGB Variations

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

Color information

#520D09 (or 0x520D09) is known color: Red Oxide. HEX triplet: 52, 0D and 09. RGB value is (82,13,9). Sum of RGB (Red+Green+Blue) = 82+13+9=104 (13% of max value = 765). Red value is 82 (32.42% from 255 or 78.85% from 104); Green value is 13 (5.47% from 255 or 12.5% from 104); Blue value is 9 (3.91% from 255 or 8.65% from 104); Max value from RGB is 82 - color contains mainly: red. Hex color #520D09 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520D09 is #ADF2F6. Grayscale: #212121. Windows color (decimal): -11399927 or 593234. OLE color: 593234.

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

Color convert

RGB 82 13 9 -
CMYK 0 0.84 0.89 0.68
HSL 3.29º 0.8% 0.18% -
HSV(B) 3.29º 0.89% 0.32% -
XYZ 3.67 2.1 0.47 -
YUV 33.18 114.36 162.83 -
System Red Green Blue C M Y K H S L
Decimal 82 13 9 0 0.84 0.89 0.68 3.29 0.8 0.18
Hex 52 D 9 0 54 59 44 3 50 12
Octal 122 15 11 0 124 131 104 3 120 22
Binary 1010010 1101 1001 0 1010100 1011001 1000100 11 1010000 10010

Color Harmonies of #520D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520D09

Black with #520D09

Text Example


Text Example

White with #520D09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #520D09;
 }
 .AnyTagClassName
 {
   color: #520D09;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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