Html Css Color HEX #700511 Burgundy

📋 copy color: '#700511'

red 112 ◦ green 5 ◦ blue 17

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

Shades of Burgundy #700511

Tints of Burgundy #700511

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 12.69%

R = 83.58%
G = 3.73%
B = 12.69%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.85

 K value IS 0.56

RGB Variations

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

Color information

#700511 (or 0x700511) is known color: Burgundy. HEX triplet: 70, 05 and 11. RGB value is (112,5,17). Sum of RGB (Red+Green+Blue) = 112+5+17=134 (17% of max value = 765). Red value is 112 (44.14% from 255 or 83.58% from 134); Green value is 5 (2.34% from 255 or 3.73% from 134); Blue value is 17 (7.03% from 255 or 12.69% from 134); Max value from RGB is 112 - color contains mainly: red. Hex color #700511 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700511 is #8FFAEE. Grayscale: #262626. Windows color (decimal): -9435887 or 1115504. OLE color: 1115504.

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

Color convert

RGB 112 5 17 -
CMYK 0 0.96 0.85 0.56
HSL 353.27º 0.91% 0.23% -
HSV(B) 353.27º 0.96% 0.44% -
XYZ 6.84 3.59 0.86 -
YUV 38.36 115.95 180.52 -
System Red Green Blue C M Y K H S L
Decimal 112 5 17 0 0.96 0.85 0.56 353.27 0.91 0.23
Hex 70 5 11 0 60 55 38 161 5B 17
Octal 160 5 21 0 140 125 70 541 133 27
Binary 1110000 101 10001 0 1100000 1010101 111000 101100001 1011011 10111

Color Harmonies of #700511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700511

Black with #700511

Text Example


Text Example

White with #700511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700511; }

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

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

background-color css

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

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

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

border-color css

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

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

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