Html Css Color HEX #700211 Burgundy

📋 copy color: '#700211'

red 112 ◦ green 2 ◦ blue 17

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

Shades of Burgundy #700211

Tints of Burgundy #700211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 12.98%

R = 85.5%
G = 1.53%
B = 12.98%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.85

 K value IS 0.56

RGB Variations

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

Color information

#700211 (or 0x700211) is known color: Burgundy. HEX triplet: 70, 02 and 11. RGB value is (112,2,17). Sum of RGB (Red+Green+Blue) = 112+2+17=131 (17% of max value = 765). Red value is 112 (44.14% from 255 or 85.50% from 131); Green value is 2 (1.17% from 255 or 1.53% from 131); Blue value is 17 (7.03% from 255 or 12.98% from 131); Max value from RGB is 112 - color contains mainly: red. Hex color #700211 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700211 is #8FFDEE. Grayscale: #242424. Windows color (decimal): -9436655 or 1114736. OLE color: 1114736.

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

Color convert

RGB 112 2 17 -
CMYK 0 0.98 0.85 0.56
HSL 351.82º 0.96% 0.22% -
HSV(B) 351.82º 0.98% 0.44% -
XYZ 6.8 3.53 0.85 -
YUV 36.6 116.94 181.78 -
System Red Green Blue C M Y K H S L
Decimal 112 2 17 0 0.98 0.85 0.56 351.82 0.96 0.22
Hex 70 2 11 0 62 55 38 160 60 16
Octal 160 2 21 0 142 125 70 540 140 26
Binary 1110000 10 10001 0 1100010 1010101 111000 101100000 1100000 10110

Color Harmonies of #700211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700211

Black with #700211

Text Example


Text Example

White with #700211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700211; }

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

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

background-color css

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

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

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

border-color css

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

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

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