Html Css Color HEX #700911 Burgundy

📋 copy color: '#700911'

red 112 ◦ green 9 ◦ blue 17

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

Shades of Burgundy #700911

Tints of Burgundy #700911

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.52%

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

R = 81.16%
G = 6.52%
B = 12.32%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.85

 K value IS 0.56

RGB Variations

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

Color information

#700911 (or 0x700911) is known color: Burgundy. HEX triplet: 70, 09 and 11. RGB value is (112,9,17). Sum of RGB (Red+Green+Blue) = 112+9+17=138 (18% of max value = 765). Red value is 112 (44.14% from 255 or 81.16% from 138); Green value is 9 (3.91% from 255 or 6.52% from 138); Blue value is 17 (7.03% from 255 or 12.32% from 138); Max value from RGB is 112 - color contains mainly: red. Hex color #700911 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700911 is #8FF6EE. Grayscale: #282828. Windows color (decimal): -9434863 or 1116528. OLE color: 1116528.

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

Color convert

RGB 112 9 17 -
CMYK 0 0.92 0.85 0.56
HSL 355.34º 0.85% 0.24% -
HSV(B) 355.34º 0.92% 0.44% -
XYZ 6.88 3.68 0.88 -
YUV 40.71 114.62 178.85 -
System Red Green Blue C M Y K H S L
Decimal 112 9 17 0 0.92 0.85 0.56 355.34 0.85 0.24
Hex 70 9 11 0 5C 55 38 163 55 18
Octal 160 11 21 0 134 125 70 543 125 30
Binary 1110000 1001 10001 0 1011100 1010101 111000 101100011 1010101 11000

Color Harmonies of #700911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700911

Black with #700911

Text Example


Text Example

White with #700911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700911; }

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

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

background-color css

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

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

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

border-color css

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

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

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