#700515

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

Shades of Burgundy #700515

Tints of Burgundy #700515

Color information

#700515 (or 0x700515) is unknown color: approx Burgundy. HEX triplet: 70, 05 and 15. RGB value is (112,5,21). Sum of RGB (Red+Green+Blue) = 112+5+21=138 (18% of max value = 765). Red value is 112 (44.14% from 255 or 81.16% from 138); Green value is 5 (2.34% from 255 or 3.62% from 138); Blue value is 21 (8.59% from 255 or 15.22% from 138); Max value from RGB is 112 - color contains mainly: red. Hex color #700515 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700515 is #8FFAEA. Grayscale: #262626. Windows color (decimal): -9435883 or 1377648. OLE color: 1377648.

HSL color Cylindrical-coordinate representation of color #700515: hue angle of 351.03º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #700515 is Cyan = 0, Magento = 0.96, Yellow = 0.81 and Black (K on CMYK) = 0.56.

Color convert

RGB112521-
CMYK00.960.810.56
HSL351.03º91.45%22.94%-
HSV(B)351.03º95.54%43.92%-
XYZ6.873.611.04-
YUV38.82117.95180.2-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 81.16%
GREEN value IS 5 (2.34% from 255) = 3.62%
BLUE value IS 21 (8.59% from 255) = 15.22%
R=81.16%
G=3.62%
B=15.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.81
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11252100.960.810.56351.0391.4522.94
Hex70515060513815f5b17
Octal16052501401217053713327
Binary111000010110101011000001010001111000101011111101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700515; }

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

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

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

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

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

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

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

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