Html Css Color HEX #700510 Burgundy

📋 copy color: '#700510'

red 112 ◦ green 5 ◦ blue 16

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

Shades of Burgundy #700510

Tints of Burgundy #700510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 12.03%

R = 84.21%
G = 3.76%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.86

 K value IS 0.56

RGB Variations

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

Color information

#700510 (or 0x700510) is known color: Burgundy. HEX triplet: 70, 05 and 10. RGB value is (112,5,16). Sum of RGB (Red+Green+Blue) = 112+5+16=133 (17% of max value = 765). Red value is 112 (44.14% from 255 or 84.21% from 133); Green value is 5 (2.34% from 255 or 3.76% from 133); Blue value is 16 (6.64% from 255 or 12.03% from 133); Max value from RGB is 112 - color contains mainly: red. Hex color #700510 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700510 is #8FFAEF. Grayscale: #262626. Windows color (decimal): -9435888 or 1049968. OLE color: 1049968.

HSL color Cylindrical-coordinate representation of color #700510: hue angle of 353.83º 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 #700510 is Cyan = 0, Magento = 0.96, Yellow = 0.86 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 5 16 -
CMYK 0 0.96 0.86 0.56
HSL 353.83º 0.91% 0.23% -
HSV(B) 353.83º 0.96% 0.44% -
XYZ 6.83 3.59 0.82 -
YUV 38.25 115.45 180.61 -
System Red Green Blue C M Y K H S L
Decimal 112 5 16 0 0.96 0.86 0.56 353.83 0.91 0.23
Hex 70 5 10 0 60 56 38 162 5B 17
Octal 160 5 20 0 140 126 70 542 133 27
Binary 1110000 101 10000 0 1100000 1010110 111000 101100010 1011011 10111

Color Harmonies of #700510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700510

Black with #700510

Text Example


Text Example

White with #700510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700510; }

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

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

background-color css

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

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

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

border-color css

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

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

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