Html Css Color HEX #700516 Burgundy

📋 copy color: '#700516'

red 112 ◦ green 5 ◦ blue 22

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

Shades of Burgundy #700516

Tints of Burgundy #700516

RGB

 RED value IS 112 (44.14% from 255) = 80.58%

 GREEN value IS 5 (2.34% from 255) = 3.6%

 BLUE value IS 22 (8.98% from 255) = 15.83%

R = 80.58%
G = 3.6%
B = 15.83%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.80

 K value IS 0.56

RGB Variations

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

Color information

#700516 (or 0x700516) is known color: Burgundy. HEX triplet: 70, 05 and 16. RGB value is (112,5,22). Sum of RGB (Red+Green+Blue) = 112+5+22=139 (18% of max value = 765). Red value is 112 (44.14% from 255 or 80.58% from 139); Green value is 5 (2.34% from 255 or 3.60% from 139); Blue value is 22 (8.98% from 255 or 15.83% from 139); Max value from RGB is 112 - color contains mainly: red. Hex color #700516 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700516 is #8FFAE9. Grayscale: #262626. Windows color (decimal): -9435882 or 1443184. OLE color: 1443184.

HSL color Cylindrical-coordinate representation of color #700516: hue angle of 350.47º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #700516 is Cyan = 0, Magento = 0.96, Yellow = 0.80 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 5 22 -
CMYK 0 0.96 0.80 0.56
HSL 350.47º 0.91% 0.23% -
HSV(B) 350.47º 0.96% 0.44% -
XYZ 6.88 3.61 1.09 -
YUV 38.93 118.45 180.12 -
System Red Green Blue C M Y K H S L
Decimal 112 5 22 0 0.96 0.80 0.56 350.47 0.91 0.23
Hex 70 5 16 0 60 50 38 15E 5B 17
Octal 160 5 26 0 140 120 70 536 133 27
Binary 1110000 101 10110 0 1100000 1010000 111000 101011110 1011011 10111

Color Harmonies of #700516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700516

Black with #700516

Text Example


Text Example

White with #700516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700516; }

 p { color: rgb(112,5,22); }

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

background-color css

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

 a { background-color: rgb(112,5,22); }

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

border-color css

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

 span { border-color: rgb(112,5,22); }

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