Html Css Color HEX #520F07 Red Oxide

📋 copy color: '#520F07'

red 82 ◦ green 15 ◦ blue 7

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

Shades of Red Oxide #520F07

Tints of Red Oxide #520F07

RGB

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

 GREEN value IS 15 (6.25% from 255) = 14.42%

 BLUE value IS 7 (3.13% from 255) = 6.73%

R = 78.85%
G = 14.42%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.91

 K value IS 0.68

RGB Variations

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

Color information

#520F07 (or 0x520F07) is known color: Red Oxide. HEX triplet: 52, 0F and 07. RGB value is (82,15,7). Sum of RGB (Red+Green+Blue) = 82+15+7=104 (13% of max value = 765). Red value is 82 (32.42% from 255 or 78.85% from 104); Green value is 15 (6.25% from 255 or 14.42% from 104); Blue value is 7 (3.12% from 255 or 6.73% from 104); Max value from RGB is 82 - color contains mainly: red. Hex color #520F07 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520F07 is #ADF0F8. Grayscale: #222222. Windows color (decimal): -11399417 or 462674. OLE color: 462674.

HSL color Cylindrical-coordinate representation of color #520F07: hue angle of 6.4º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #520F07 is Cyan = 0, Magento = 0.82, Yellow = 0.91 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 15 7 -
CMYK 0 0.82 0.91 0.68
HSL 6.4º 0.84% 0.17% -
HSV(B) 6.4º 0.91% 0.32% -
XYZ 3.69 2.15 0.42 -
YUV 34.12 112.7 162.15 -
System Red Green Blue C M Y K H S L
Decimal 82 15 7 0 0.82 0.91 0.68 6.4 0.84 0.17
Hex 52 F 7 0 52 5B 44 6 54 11
Octal 122 17 7 0 122 133 104 6 124 21
Binary 1010010 1111 111 0 1010010 1011011 1000100 110 1010100 10001

Color Harmonies of #520F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520F07

Black with #520F07

Text Example


Text Example

White with #520F07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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