Html Css Color HEX #520805 Red Oxide

📋 copy color: '#520805'

red 82 ◦ green 8 ◦ blue 5

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

Shades of Red Oxide #520805

Tints of Red Oxide #520805

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 5.26%

R = 86.32%
G = 8.42%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.94

 K value IS 0.68

RGB Variations

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

Color information

#520805 (or 0x520805) is known color: Red Oxide. HEX triplet: 52, 08 and 05. RGB value is (82,8,5). Sum of RGB (Red+Green+Blue) = 82+8+5=95 (12% of max value = 765). Red value is 82 (32.42% from 255 or 86.32% from 95); Green value is 8 (3.52% from 255 or 8.42% from 95); Blue value is 5 (2.34% from 255 or 5.26% from 95); Max value from RGB is 82 - color contains mainly: red. Hex color #520805 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520805 is #ADF7FA. Grayscale: #1D1D1D. Windows color (decimal): -11401211 or 329810. OLE color: 329810.

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

Color convert

RGB 82 8 5 -
CMYK 0 0.90 0.94 0.68
HSL 2.34º 0.89% 0.17% -
HSV(B) 2.34º 0.94% 0.32% -
XYZ 3.59 1.98 0.34 -
YUV 29.78 114.02 165.24 -
System Red Green Blue C M Y K H S L
Decimal 82 8 5 0 0.90 0.94 0.68 2.34 0.89 0.17
Hex 52 8 5 0 5A 5E 44 2 59 11
Octal 122 10 5 0 132 136 104 2 131 21
Binary 1010010 1000 101 0 1011010 1011110 1000100 10 1011001 10001

Color Harmonies of #520805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520805

Black with #520805

Text Example


Text Example

White with #520805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520805; }

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

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

background-color css

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

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

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

border-color css

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

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

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