#700B1E

Color #700B1E Burgundy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burgundy #700B1E

Tints of Burgundy #700B1E

Color information

#700B1E (or 0x700B1E) is unknown color: approx Burgundy. HEX triplet: 70, 0B and 1E. RGB value is (112,11,30). Sum of RGB (Red+Green+Blue) = 112+11+30=153 (20% of max value = 765). Red value is 112 (44.14% from 255 or 73.20% from 153); Green value is 11 (4.69% from 255 or 7.19% from 153); Blue value is 30 (12.11% from 255 or 19.61% from 153); Max value from RGB is 112 - color contains mainly: red. Hex color #700B1E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700B1E is #8FF4E1. Grayscale: #2B2B2B. Windows color (decimal): -9434338 or 1969008. OLE color: 1969008.

HSL color Cylindrical-coordinate representation of color #700B1E: hue angle of 348.71º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #700B1E is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB1121130-
CMYK00.900.730.56
HSL348.71º82.11%24.12%-
HSV(B)348.71º90.18%43.92%-
XYZ7.043.781.59-
YUV43.36120.46176.96-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 73.20%
GREEN value IS 11 (4.69% from 255) = 7.19%
BLUE value IS 30 (12.11% from 255) = 19.61%
R=73.20%
G=7.19%
B=19.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.73
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112113000.900.730.56348.7182.1124.12
Hex70B1E05A493815d5218
Octal160133601321117053512230
Binary1110000101111110010110101001001111000101011101101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700B1E; }

 p { color: rgb(112,11,30); }

 H1.HeaderClassName
 {
   color: #700B1E;
 }
 .AnyTagClassName
 {
   color: #700B1E;
 }
</style>
background-color css

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

 a { background-color: rgb(112,11,30); }

 div.DivClassName
 {
   background-color: #700B1E;
 }
 .BgClassName
 {
   background-color: #700B1E;
 }
</style>
border-color css

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

 span { border-color: rgb(112,11,30); }

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