Html Css Color HEX #700210 Burgundy

📋 copy color: '#700210'

red 112 ◦ green 2 ◦ blue 16

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

Shades of Burgundy #700210

Tints of Burgundy #700210

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.54%

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

R = 86.15%
G = 1.54%
B = 12.31%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.86

 K value IS 0.56

RGB Variations

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

Color information

#700210 (or 0x700210) is known color: Burgundy. HEX triplet: 70, 02 and 10. RGB value is (112,2,16). Sum of RGB (Red+Green+Blue) = 112+2+16=130 (17% of max value = 765). Red value is 112 (44.14% from 255 or 86.15% from 130); Green value is 2 (1.17% from 255 or 1.54% from 130); Blue value is 16 (6.64% from 255 or 12.31% from 130); Max value from RGB is 112 - color contains mainly: red. Hex color #700210 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700210 is #8FFDEF. Grayscale: #242424. Windows color (decimal): -9436656 or 1049200. OLE color: 1049200.

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

Color convert

RGB 112 2 16 -
CMYK 0 0.98 0.86 0.56
HSL 352.36º 0.96% 0.22% -
HSV(B) 352.36º 0.98% 0.44% -
XYZ 6.8 3.53 0.81 -
YUV 36.49 116.44 181.86 -
System Red Green Blue C M Y K H S L
Decimal 112 2 16 0 0.98 0.86 0.56 352.36 0.96 0.22
Hex 70 2 10 0 62 56 38 160 60 16
Octal 160 2 20 0 142 126 70 540 140 26
Binary 1110000 10 10000 0 1100010 1010110 111000 101100000 1100000 10110

Color Harmonies of #700210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700210

Black with #700210

Text Example


Text Example

White with #700210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700210; }

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

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

background-color css

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

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

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

border-color css

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

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

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