Html Css Color HEX #700712 Burgundy

📋 copy color: '#700712'

red 112 ◦ green 7 ◦ blue 18

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

Shades of Burgundy #700712

Tints of Burgundy #700712

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.11%

 BLUE value IS 18 (7.42% from 255) = 13.14%

R = 81.75%
G = 5.11%
B = 13.14%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.84

 K value IS 0.56

RGB Variations

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

Color information

#700712 (or 0x700712) is known color: Burgundy. HEX triplet: 70, 07 and 12. RGB value is (112,7,18). Sum of RGB (Red+Green+Blue) = 112+7+18=137 (18% of max value = 765). Red value is 112 (44.14% from 255 or 81.75% from 137); Green value is 7 (3.12% from 255 or 5.11% from 137); Blue value is 18 (7.42% from 255 or 13.14% from 137); Max value from RGB is 112 - color contains mainly: red. Hex color #700712 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700712 is #8FF8ED. Grayscale: #272727. Windows color (decimal): -9435374 or 1181552. OLE color: 1181552.

HSL color Cylindrical-coordinate representation of color #700712: hue angle of 353.71º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #700712 is Cyan = 0, Magento = 0.94, Yellow = 0.84 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 7 18 -
CMYK 0 0.94 0.84 0.56
HSL 353.71º 0.88% 0.23% -
HSV(B) 353.71º 0.94% 0.44% -
XYZ 6.87 3.64 0.91 -
YUV 39.65 115.79 179.61 -
System Red Green Blue C M Y K H S L
Decimal 112 7 18 0 0.94 0.84 0.56 353.71 0.88 0.23
Hex 70 7 12 0 5E 54 38 162 58 17
Octal 160 7 22 0 136 124 70 542 130 27
Binary 1110000 111 10010 0 1011110 1010100 111000 101100010 1011000 10111

Color Harmonies of #700712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700712

Black with #700712

Text Example


Text Example

White with #700712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700712; }

 p { color: rgb(112,7,18); }

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

background-color css

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

 a { background-color: rgb(112,7,18); }

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

border-color css

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

 span { border-color: rgb(112,7,18); }

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