Html Css Color HEX #700811 Burgundy

📋 copy color: '#700811'

red 112 ◦ green 8 ◦ blue 17

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

Shades of Burgundy #700811

Tints of Burgundy #700811

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.84%

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

R = 81.75%
G = 5.84%
B = 12.41%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.85

 K value IS 0.56

RGB Variations

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

Color information

#700811 (or 0x700811) is known color: Burgundy. HEX triplet: 70, 08 and 11. RGB value is (112,8,17). Sum of RGB (Red+Green+Blue) = 112+8+17=137 (18% of max value = 765). Red value is 112 (44.14% from 255 or 81.75% from 137); Green value is 8 (3.52% from 255 or 5.84% from 137); Blue value is 17 (7.03% from 255 or 12.41% from 137); Max value from RGB is 112 - color contains mainly: red. Hex color #700811 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700811 is #8FF7EE. Grayscale: #282828. Windows color (decimal): -9435119 or 1116272. OLE color: 1116272.

HSL color Cylindrical-coordinate representation of color #700811: hue angle of 354.81º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #700811 is Cyan = 0, Magento = 0.93, Yellow = 0.85 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 8 17 -
CMYK 0 0.93 0.85 0.56
HSL 354.81º 0.87% 0.24% -
HSV(B) 354.81º 0.93% 0.44% -
XYZ 6.87 3.66 0.87 -
YUV 40.12 114.96 179.27 -
System Red Green Blue C M Y K H S L
Decimal 112 8 17 0 0.93 0.85 0.56 354.81 0.87 0.24
Hex 70 8 11 0 5D 55 38 163 57 18
Octal 160 10 21 0 135 125 70 543 127 30
Binary 1110000 1000 10001 0 1011101 1010101 111000 101100011 1010111 11000

Color Harmonies of #700811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700811

Black with #700811

Text Example


Text Example

White with #700811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700811; }

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

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

background-color css

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

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

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

border-color css

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

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

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