#700115

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

Shades of Burgundy #700115

Tints of Burgundy #700115

Color information

#700115 (or 0x700115) is unknown color: approx Burgundy. HEX triplet: 70, 01 and 15. RGB value is (112,1,21). Sum of RGB (Red+Green+Blue) = 112+1+21=134 (17% of max value = 765). Red value is 112 (44.14% from 255 or 83.58% from 134); Green value is 1 (0.78% from 255 or 0.75% from 134); Blue value is 21 (8.59% from 255 or 15.67% from 134); Max value from RGB is 112 - color contains mainly: red. Hex color #700115 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700115 is #8FFEEA. Grayscale: #242424. Windows color (decimal): -9436907 or 1376624. OLE color: 1376624.

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

Color convert

RGB112121-
CMYK00.990.810.56
HSL349.19º98.23%22.16%-
HSV(B)349.19º99.11%43.92%-
XYZ6.833.521.03-
YUV36.47119.27181.87-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 83.58%
GREEN value IS 1 (0.78% from 255) = 0.75%
BLUE value IS 21 (8.59% from 255) = 15.67%
R=83.58%
G=0.75%
B=15.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.81
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11212100.990.810.56349.1998.2322.16
Hex70115063513815d6216
Octal16012501431217053514226
Binary1110000110101011000111010001111000101011101110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700115; }

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

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

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

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

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

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

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

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