Html Css Color HEX #520807 Red Oxide

📋 copy color: '#520807'

red 82 ◦ green 8 ◦ blue 7

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

Shades of Red Oxide #520807

Tints of Red Oxide #520807

RGB

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

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

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

R = 84.54%
G = 8.25%
B = 7.22%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.91

 K value IS 0.68

RGB Variations

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

Color information

#520807 (or 0x520807) is known color: Red Oxide. HEX triplet: 52, 08 and 07. RGB value is (82,8,7). Sum of RGB (Red+Green+Blue) = 82+8+7=97 (12% of max value = 765). Red value is 82 (32.42% from 255 or 84.54% from 97); Green value is 8 (3.52% from 255 or 8.25% from 97); Blue value is 7 (3.12% from 255 or 7.22% from 97); Max value from RGB is 82 - color contains mainly: red. Hex color #520807 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520807 is #ADF7F8. Grayscale: #1E1E1E. Windows color (decimal): -11401209 or 460882. OLE color: 460882.

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

Color convert

RGB 82 8 7 -
CMYK 0 0.90 0.91 0.68
HSL 0.8º 0.84% 0.17% -
HSV(B) 0.8º 0.91% 0.32% -
XYZ 3.6 1.98 0.39 -
YUV 30.01 115.02 165.08 -
System Red Green Blue C M Y K H S L
Decimal 82 8 7 0 0.90 0.91 0.68 0.8 0.84 0.17
Hex 52 8 7 0 5A 5B 44 1 54 11
Octal 122 10 7 0 132 133 104 1 124 21
Binary 1010010 1000 111 0 1011010 1011011 1000100 1 1010100 10001

Color Harmonies of #520807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520807

Black with #520807

Text Example


Text Example

White with #520807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520807; }

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

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

background-color css

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

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

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

border-color css

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

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

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