Html Css Color HEX #520806 Red Oxide

📋 copy color: '#520806'

red 82 ◦ green 8 ◦ blue 6

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

Shades of Red Oxide #520806

Tints of Red Oxide #520806

RGB

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

 GREEN value IS 8 (3.52% from 255) = 8.33%

 BLUE value IS 6 (2.73% from 255) = 6.25%

R = 85.42%
G = 8.33%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.93

 K value IS 0.68

RGB Variations

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

Color information

#520806 (or 0x520806) is known color: Red Oxide. HEX triplet: 52, 08 and 06. RGB value is (82,8,6). Sum of RGB (Red+Green+Blue) = 82+8+6=96 (12% of max value = 765). Red value is 82 (32.42% from 255 or 85.42% from 96); Green value is 8 (3.52% from 255 or 8.33% from 96); Blue value is 6 (2.73% from 255 or 6.25% from 96); Max value from RGB is 82 - color contains mainly: red. Hex color #520806 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520806 is #ADF7F9. Grayscale: #1D1D1D. Windows color (decimal): -11401210 or 395346. OLE color: 395346.

HSL color Cylindrical-coordinate representation of color #520806: hue angle of 1.58º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #520806 is Cyan = 0, Magento = 0.90, Yellow = 0.93 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 8 6 -
CMYK 0 0.90 0.93 0.68
HSL 1.58º 0.86% 0.17% -
HSV(B) 1.58º 0.93% 0.32% -
XYZ 3.6 1.98 0.36 -
YUV 29.9 114.52 165.16 -
System Red Green Blue C M Y K H S L
Decimal 82 8 6 0 0.90 0.93 0.68 1.58 0.86 0.17
Hex 52 8 6 0 5A 5D 44 2 56 11
Octal 122 10 6 0 132 135 104 2 126 21
Binary 1010010 1000 110 0 1011010 1011101 1000100 10 1010110 10001

Color Harmonies of #520806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520806

Black with #520806

Text Example


Text Example

White with #520806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520806; }

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

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

background-color css

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

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

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

border-color css

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

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

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