Html Css Color HEX #700514 Burgundy

📋 copy color: '#700514'

red 112 ◦ green 5 ◦ blue 20

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

Shades of Burgundy #700514

Tints of Burgundy #700514

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.65%

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

R = 81.75%
G = 3.65%
B = 14.6%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.82

 K value IS 0.56

RGB Variations

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

Color information

#700514 (or 0x700514) is known color: Burgundy. HEX triplet: 70, 05 and 14. RGB value is (112,5,20). Sum of RGB (Red+Green+Blue) = 112+5+20=137 (18% of max value = 765). Red value is 112 (44.14% from 255 or 81.75% from 137); Green value is 5 (2.34% from 255 or 3.65% from 137); Blue value is 20 (8.20% from 255 or 14.60% from 137); Max value from RGB is 112 - color contains mainly: red. Hex color #700514 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700514 is #8FFAEB. Grayscale: #262626. Windows color (decimal): -9435884 or 1312112. OLE color: 1312112.

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

Color convert

RGB 112 5 20 -
CMYK 0 0.96 0.82 0.56
HSL 351.59º 0.91% 0.23% -
HSV(B) 351.59º 0.96% 0.44% -
XYZ 6.86 3.6 1 -
YUV 38.7 117.45 180.28 -
System Red Green Blue C M Y K H S L
Decimal 112 5 20 0 0.96 0.82 0.56 351.59 0.91 0.23
Hex 70 5 14 0 60 52 38 160 5B 17
Octal 160 5 24 0 140 122 70 540 133 27
Binary 1110000 101 10100 0 1100000 1010010 111000 101100000 1011011 10111

Color Harmonies of #700514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700514

Black with #700514

Text Example


Text Example

White with #700514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700514; }

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

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

background-color css

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

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

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

border-color css

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

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

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