Html Css Color HEX #520E09 Red Oxide

📋 copy color: '#520E09'

red 82 ◦ green 14 ◦ blue 9

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

Shades of Red Oxide #520E09

Tints of Red Oxide #520E09

RGB

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

 GREEN value IS 14 (5.86% from 255) = 13.33%

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

R = 78.1%
G = 13.33%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.89

 K value IS 0.68

RGB Variations

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

Color information

#520E09 (or 0x520E09) is known color: Red Oxide. HEX triplet: 52, 0E and 09. RGB value is (82,14,9). Sum of RGB (Red+Green+Blue) = 82+14+9=105 (13% of max value = 765). Red value is 82 (32.42% from 255 or 78.10% from 105); Green value is 14 (5.86% from 255 or 13.33% from 105); Blue value is 9 (3.91% from 255 or 8.57% from 105); Max value from RGB is 82 - color contains mainly: red. Hex color #520E09 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520E09 is #ADF1F6. Grayscale: #212121. Windows color (decimal): -11399671 or 593490. OLE color: 593490.

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

Color convert

RGB 82 14 9 -
CMYK 0 0.83 0.89 0.68
HSL 4.11º 0.8% 0.18% -
HSV(B) 4.11º 0.89% 0.32% -
XYZ 3.69 2.13 0.47 -
YUV 33.76 114.03 162.41 -
System Red Green Blue C M Y K H S L
Decimal 82 14 9 0 0.83 0.89 0.68 4.11 0.8 0.18
Hex 52 E 9 0 53 59 44 4 50 12
Octal 122 16 11 0 123 131 104 4 120 22
Binary 1010010 1110 1001 0 1010011 1011001 1000100 100 1010000 10010

Color Harmonies of #520E09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520E09

Black with #520E09

Text Example


Text Example

White with #520E09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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