Html Css Color HEX #700513 Burgundy

📋 copy color: '#700513'

red 112 ◦ green 5 ◦ blue 19

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

Shades of Burgundy #700513

Tints of Burgundy #700513

RGB

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

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

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

R = 82.35%
G = 3.68%
B = 13.97%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.83

 K value IS 0.56

RGB Variations

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

Color information

#700513 (or 0x700513) is known color: Burgundy. HEX triplet: 70, 05 and 13. RGB value is (112,5,19). Sum of RGB (Red+Green+Blue) = 112+5+19=136 (18% of max value = 765). Red value is 112 (44.14% from 255 or 82.35% from 136); Green value is 5 (2.34% from 255 or 3.68% from 136); Blue value is 19 (7.81% from 255 or 13.97% from 136); Max value from RGB is 112 - color contains mainly: red. Hex color #700513 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700513 is #8FFAEC. Grayscale: #262626. Windows color (decimal): -9435885 or 1246576. OLE color: 1246576.

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

Color convert

RGB 112 5 19 -
CMYK 0 0.96 0.83 0.56
HSL 352.15º 0.91% 0.23% -
HSV(B) 352.15º 0.96% 0.44% -
XYZ 6.85 3.6 0.95 -
YUV 38.59 116.95 180.36 -
System Red Green Blue C M Y K H S L
Decimal 112 5 19 0 0.96 0.83 0.56 352.15 0.91 0.23
Hex 70 5 13 0 60 53 38 160 5B 17
Octal 160 5 23 0 140 123 70 540 133 27
Binary 1110000 101 10011 0 1100000 1010011 111000 101100000 1011011 10111

Color Harmonies of #700513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700513

Black with #700513

Text Example


Text Example

White with #700513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700513; }

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

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

background-color css

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

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

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

border-color css

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

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

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