Html Css Color HEX #700111 Burgundy

📋 copy color: '#700111'

red 112 ◦ green 1 ◦ blue 17

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

Shades of Burgundy #700111

Tints of Burgundy #700111

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.77%

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

R = 86.15%
G = 0.77%
B = 13.08%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.85

 K value IS 0.56

RGB Variations

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

Color information

#700111 (or 0x700111) is known color: Burgundy. HEX triplet: 70, 01 and 11. RGB value is (112,1,17). Sum of RGB (Red+Green+Blue) = 112+1+17=130 (17% of max value = 765). Red value is 112 (44.14% from 255 or 86.15% from 130); Green value is 1 (0.78% from 255 or 0.77% from 130); Blue value is 17 (7.03% from 255 or 13.08% from 130); Max value from RGB is 112 - color contains mainly: red. Hex color #700111 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700111 is #8FFEEE. Grayscale: #242424. Windows color (decimal): -9436911 or 1114480. OLE color: 1114480.

HSL color Cylindrical-coordinate representation of color #700111: hue angle of 351.35º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #700111 is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 1 17 -
CMYK 0 0.99 0.85 0.56
HSL 351.35º 0.98% 0.22% -
HSV(B) 351.35º 0.99% 0.44% -
XYZ 6.79 3.51 0.85 -
YUV 36.01 117.27 182.2 -
System Red Green Blue C M Y K H S L
Decimal 112 1 17 0 0.99 0.85 0.56 351.35 0.98 0.22
Hex 70 1 11 0 63 55 38 15F 62 16
Octal 160 1 21 0 143 125 70 537 142 26
Binary 1110000 1 10001 0 1100011 1010101 111000 101011111 1100010 10110

Color Harmonies of #700111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700111

Black with #700111

Text Example


Text Example

White with #700111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700111; }

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

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

background-color css

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

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

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

border-color css

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

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

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