Html Css Color HEX #520705 Red Oxide

📋 copy color: '#520705'

red 82 ◦ green 7 ◦ blue 5

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

Shades of Red Oxide #520705

Tints of Red Oxide #520705

RGB

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

 GREEN value IS 7 (3.13% from 255) = 7.45%

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

R = 87.23%
G = 7.45%
B = 5.32%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.94

 K value IS 0.68

RGB Variations

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

Color information

#520705 (or 0x520705) is known color: Red Oxide. HEX triplet: 52, 07 and 05. RGB value is (82,7,5). Sum of RGB (Red+Green+Blue) = 82+7+5=94 (12% of max value = 765). Red value is 82 (32.42% from 255 or 87.23% from 94); Green value is 7 (3.12% from 255 or 7.45% from 94); Blue value is 5 (2.34% from 255 or 5.32% from 94); Max value from RGB is 82 - color contains mainly: red. Hex color #520705 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520705 is #ADF8FA. Grayscale: #1D1D1D. Windows color (decimal): -11401467 or 329554. OLE color: 329554.

HSL color Cylindrical-coordinate representation of color #520705: hue angle of 1.56º 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 #520705 is Cyan = 0, Magento = 0.91, Yellow = 0.94 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 7 5 -
CMYK 0 0.91 0.94 0.68
HSL 1.56º 0.89% 0.17% -
HSV(B) 1.56º 0.94% 0.32% -
XYZ 3.58 1.96 0.33 -
YUV 29.2 114.35 165.66 -
System Red Green Blue C M Y K H S L
Decimal 82 7 5 0 0.91 0.94 0.68 1.56 0.89 0.17
Hex 52 7 5 0 5B 5E 44 2 59 11
Octal 122 7 5 0 133 136 104 2 131 21
Binary 1010010 111 101 0 1011011 1011110 1000100 10 1011001 10001

Color Harmonies of #520705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520705

Black with #520705

Text Example


Text Example

White with #520705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520705; }

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

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

background-color css

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

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

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

border-color css

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

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

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