Html Css Color HEX #700713 Burgundy

📋 copy color: '#700713'

red 112 ◦ green 7 ◦ blue 19

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

Shades of Burgundy #700713

Tints of Burgundy #700713

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 13.77%

R = 81.16%
G = 5.07%
B = 13.77%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.83

 K value IS 0.56

RGB Variations

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

Color information

#700713 (or 0x700713) is known color: Burgundy. HEX triplet: 70, 07 and 13. RGB value is (112,7,19). Sum of RGB (Red+Green+Blue) = 112+7+19=138 (18% of max value = 765). Red value is 112 (44.14% from 255 or 81.16% from 138); Green value is 7 (3.12% from 255 or 5.07% from 138); Blue value is 19 (7.81% from 255 or 13.77% from 138); Max value from RGB is 112 - color contains mainly: red. Hex color #700713 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700713 is #8FF8EC. Grayscale: #272727. Windows color (decimal): -9435373 or 1247088. OLE color: 1247088.

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

Color convert

RGB 112 7 19 -
CMYK 0 0.94 0.83 0.56
HSL 353.14º 0.88% 0.23% -
HSV(B) 353.14º 0.94% 0.44% -
XYZ 6.88 3.64 0.96 -
YUV 39.76 116.29 179.52 -
System Red Green Blue C M Y K H S L
Decimal 112 7 19 0 0.94 0.83 0.56 353.14 0.88 0.23
Hex 70 7 13 0 5E 53 38 161 58 17
Octal 160 7 23 0 136 123 70 541 130 27
Binary 1110000 111 10011 0 1011110 1010011 111000 101100001 1011000 10111

Color Harmonies of #700713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700713

Black with #700713

Text Example


Text Example

White with #700713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700713; }

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

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

background-color css

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

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

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

border-color css

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

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

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