Html Css Color HEX #700313 Burgundy

📋 copy color: '#700313'

red 112 ◦ green 3 ◦ blue 19

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

Shades of Burgundy #700313

Tints of Burgundy #700313

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.24%

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

R = 83.58%
G = 2.24%
B = 14.18%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.83

 K value IS 0.56

RGB Variations

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

Color information

#700313 (or 0x700313) is known color: Burgundy. HEX triplet: 70, 03 and 13. RGB value is (112,3,19). Sum of RGB (Red+Green+Blue) = 112+3+19=134 (17% of max value = 765). Red value is 112 (44.14% from 255 or 83.58% from 134); Green value is 3 (1.56% from 255 or 2.24% from 134); Blue value is 19 (7.81% from 255 or 14.18% from 134); Max value from RGB is 112 - color contains mainly: red. Hex color #700313 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700313 is #8FFCEC. Grayscale: #252525. Windows color (decimal): -9436397 or 1246064. OLE color: 1246064.

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

Color convert

RGB 112 3 19 -
CMYK 0 0.97 0.83 0.56
HSL 351.19º 0.95% 0.23% -
HSV(B) 351.19º 0.97% 0.44% -
XYZ 6.83 3.56 0.94 -
YUV 37.42 117.61 181.2 -
System Red Green Blue C M Y K H S L
Decimal 112 3 19 0 0.97 0.83 0.56 351.19 0.95 0.23
Hex 70 3 13 0 61 53 38 15F 5F 17
Octal 160 3 23 0 141 123 70 537 137 27
Binary 1110000 11 10011 0 1100001 1010011 111000 101011111 1011111 10111

Color Harmonies of #700313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700313

Black with #700313

Text Example


Text Example

White with #700313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700313; }

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

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

background-color css

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

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

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

border-color css

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

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

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