Html Css Color HEX #700316 Burgundy

📋 copy color: '#700316'

red 112 ◦ green 3 ◦ blue 22

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

Shades of Burgundy #700316

Tints of Burgundy #700316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 16.06%

R = 81.75%
G = 2.19%
B = 16.06%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.80

 K value IS 0.56

RGB Variations

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

Color information

#700316 (or 0x700316) is known color: Burgundy. HEX triplet: 70, 03 and 16. RGB value is (112,3,22). Sum of RGB (Red+Green+Blue) = 112+3+22=137 (18% of max value = 765). Red value is 112 (44.14% from 255 or 81.75% from 137); Green value is 3 (1.56% from 255 or 2.19% from 137); Blue value is 22 (8.98% from 255 or 16.06% from 137); Max value from RGB is 112 - color contains mainly: red. Hex color #700316 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700316 is #8FFCE9. Grayscale: #252525. Windows color (decimal): -9436394 or 1442672. OLE color: 1442672.

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

Color convert

RGB 112 3 22 -
CMYK 0 0.97 0.80 0.56
HSL 349.54º 0.95% 0.23% -
HSV(B) 349.54º 0.97% 0.44% -
XYZ 6.86 3.57 1.09 -
YUV 37.76 119.11 180.96 -
System Red Green Blue C M Y K H S L
Decimal 112 3 22 0 0.97 0.80 0.56 349.54 0.95 0.23
Hex 70 3 16 0 61 50 38 15E 5F 17
Octal 160 3 26 0 141 120 70 536 137 27
Binary 1110000 11 10110 0 1100001 1010000 111000 101011110 1011111 10111

Color Harmonies of #700316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700316

Black with #700316

Text Example


Text Example

White with #700316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700316; }

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

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

background-color css

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

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

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

border-color css

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

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

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