Html Css Color HEX #700311 Burgundy

📋 copy color: '#700311'

red 112 ◦ green 3 ◦ blue 17

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

Shades of Burgundy #700311

Tints of Burgundy #700311

RGB

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

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

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

R = 84.85%
G = 2.27%
B = 12.88%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.85

 K value IS 0.56

RGB Variations

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

Color information

#700311 (or 0x700311) is known color: Burgundy. HEX triplet: 70, 03 and 11. RGB value is (112,3,17). Sum of RGB (Red+Green+Blue) = 112+3+17=132 (17% of max value = 765). Red value is 112 (44.14% from 255 or 84.85% from 132); Green value is 3 (1.56% from 255 or 2.27% from 132); Blue value is 17 (7.03% from 255 or 12.88% from 132); Max value from RGB is 112 - color contains mainly: red. Hex color #700311 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700311 is #8FFCEE. Grayscale: #252525. Windows color (decimal): -9436399 or 1114992. OLE color: 1114992.

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

Color convert

RGB 112 3 17 -
CMYK 0 0.97 0.85 0.56
HSL 352.29º 0.95% 0.23% -
HSV(B) 352.29º 0.97% 0.44% -
XYZ 6.82 3.55 0.86 -
YUV 37.19 116.61 181.36 -
System Red Green Blue C M Y K H S L
Decimal 112 3 17 0 0.97 0.85 0.56 352.29 0.95 0.23
Hex 70 3 11 0 61 55 38 160 5F 17
Octal 160 3 21 0 141 125 70 540 137 27
Binary 1110000 11 10001 0 1100001 1010101 111000 101100000 1011111 10111

Color Harmonies of #700311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700311

Black with #700311

Text Example


Text Example

White with #700311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700311; }

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

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

background-color css

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

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

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

border-color css

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

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

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