#700B0F

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

Shades of Burgundy #700B0F

Tints of Burgundy #700B0F

Color information

#700B0F (or 0x700B0F) is unknown color: approx Burgundy. HEX triplet: 70, 0B and 0F. RGB value is (112,11,15). Sum of RGB (Red+Green+Blue) = 112+11+15=138 (18% of max value = 765). Red value is 112 (44.14% from 255 or 81.16% from 138); Green value is 11 (4.69% from 255 or 7.97% from 138); Blue value is 15 (6.25% from 255 or 10.87% from 138); Max value from RGB is 112 - color contains mainly: red. Hex color #700B0F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700B0F is #8FF4F0. Grayscale: #292929. Windows color (decimal): -9434353 or 985968. OLE color: 985968.

HSL color Cylindrical-coordinate representation of color #700B0F: hue angle of 357.62º 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 #700B0F is Cyan = 0, Magento = 0.90, Yellow = 0.87 and Black (K on CMYK) = 0.56.

Color convert

RGB1121115-
CMYK00.900.870.56
HSL357.62º82.11%24.12%-
HSV(B)357.62º90.18%43.92%-
XYZ6.893.720.81-
YUV41.66112.96178.17-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 81.16%
GREEN value IS 11 (4.69% from 255) = 7.97%
BLUE value IS 15 (6.25% from 255) = 10.87%
R=81.16%
G=7.97%
B=10.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.87
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112111500.900.870.56357.6282.1124.12
Hex70BF05A57381665218
Octal160131701321277054612230
Binary111000010111111010110101010111111000101100110101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700B0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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