Html Css Color HEX #520607 Rustic Red

📋 copy color: '#520607'

red 82 ◦ green 6 ◦ blue 7

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

Shades of Rustic Red #520607

Tints of Rustic Red #520607

RGB

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

 GREEN value IS 6 (2.73% from 255) = 6.32%

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

R = 86.32%
G = 6.32%
B = 7.37%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.91

 K value IS 0.68

RGB Variations

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

Color information

#520607 (or 0x520607) is known color: Rustic Red. HEX triplet: 52, 06 and 07. RGB value is (82,6,7). Sum of RGB (Red+Green+Blue) = 82+6+7=95 (12% of max value = 765). Red value is 82 (32.42% from 255 or 86.32% from 95); Green value is 6 (2.73% from 255 or 6.32% from 95); Blue value is 7 (3.12% from 255 or 7.37% from 95); Max value from RGB is 82 - color contains mainly: red. Hex color #520607 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520607 is #ADF9F8. Grayscale: #1C1C1C. Windows color (decimal): -11401721 or 460370. OLE color: 460370.

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

Color convert

RGB 82 6 7 -
CMYK 0 0.93 0.91 0.68
HSL 359.21º 0.86% 0.17% -
HSV(B) 359.21º 0.93% 0.32% -
XYZ 3.58 1.94 0.39 -
YUV 28.84 115.68 165.92 -
System Red Green Blue C M Y K H S L
Decimal 82 6 7 0 0.93 0.91 0.68 359.21 0.86 0.17
Hex 52 6 7 0 5D 5B 44 167 56 11
Octal 122 6 7 0 135 133 104 547 126 21
Binary 1010010 110 111 0 1011101 1011011 1000100 101100111 1010110 10001

Color Harmonies of #520607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520607

Black with #520607

Text Example


Text Example

White with #520607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520607; }

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

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

background-color css

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

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

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

border-color css

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

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

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