#700107

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

Shades of Burgundy #700107

Tints of Burgundy #700107

Color information

#700107 (or 0x700107) is unknown color: approx Burgundy. HEX triplet: 70, 01 and 07. RGB value is (112,1,7). Sum of RGB (Red+Green+Blue) = 112+1+7=120 (15% of max value = 765). Red value is 112 (44.14% from 255 or 93.33% from 120); Green value is 1 (0.78% from 255 or 0.83% from 120); Blue value is 7 (3.12% from 255 or 5.83% from 120); Max value from RGB is 112 - color contains mainly: red. Hex color #700107 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700107 is #8FFEF8. Grayscale: #222222. Windows color (decimal): -9436921 or 459120. OLE color: 459120.

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

Color convert

RGB11217-
CMYK00.990.940.56
HSL356.76º98.23%22.16%-
HSV(B)356.76º99.11%43.92%-
XYZ6.733.480.52-
YUV34.87112.27183.01-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 93.33%
GREEN value IS 1 (0.78% from 255) = 0.83%
BLUE value IS 7 (3.12% from 255) = 5.83%
R=93.33%
G=0.83%
B=5.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.94
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121700.990.940.56356.7698.2322.16
Hex70170635E381656216
Octal1601701431367054514226
Binary11100001111011000111011110111000101100101110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700107; }

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

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

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

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

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

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

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

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