Html Css Color HEX #700314 Burgundy

📋 copy color: '#700314'

red 112 ◦ green 3 ◦ blue 20

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

Shades of Burgundy #700314

Tints of Burgundy #700314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 14.81%

R = 82.96%
G = 2.22%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.82

 K value IS 0.56

RGB Variations

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

Color information

#700314 (or 0x700314) is known color: Burgundy. HEX triplet: 70, 03 and 14. RGB value is (112,3,20). Sum of RGB (Red+Green+Blue) = 112+3+20=135 (17% of max value = 765). Red value is 112 (44.14% from 255 or 82.96% from 135); Green value is 3 (1.56% from 255 or 2.22% from 135); Blue value is 20 (8.20% from 255 or 14.81% from 135); Max value from RGB is 112 - color contains mainly: red. Hex color #700314 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700314 is #8FFCEB. Grayscale: #252525. Windows color (decimal): -9436396 or 1311600. OLE color: 1311600.

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

Color convert

RGB 112 3 20 -
CMYK 0 0.97 0.82 0.56
HSL 350.64º 0.95% 0.23% -
HSV(B) 350.64º 0.97% 0.44% -
XYZ 6.84 3.56 0.99 -
YUV 37.53 118.11 181.12 -
System Red Green Blue C M Y K H S L
Decimal 112 3 20 0 0.97 0.82 0.56 350.64 0.95 0.23
Hex 70 3 14 0 61 52 38 15F 5F 17
Octal 160 3 24 0 141 122 70 537 137 27
Binary 1110000 11 10100 0 1100001 1010010 111000 101011111 1011111 10111

Color Harmonies of #700314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700314

Black with #700314

Text Example


Text Example

White with #700314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700314; }

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

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

background-color css

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

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

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

border-color css

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

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

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