#700415

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

Shades of Burgundy #700415

Tints of Burgundy #700415

Color information

#700415 (or 0x700415) is unknown color: approx Burgundy. HEX triplet: 70, 04 and 15. RGB value is (112,4,21). Sum of RGB (Red+Green+Blue) = 112+4+21=137 (18% of max value = 765). Red value is 112 (44.14% from 255 or 81.75% from 137); Green value is 4 (1.95% from 255 or 2.92% from 137); Blue value is 21 (8.59% from 255 or 15.33% from 137); Max value from RGB is 112 - color contains mainly: red. Hex color #700415 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700415 is #8FFBEA. Grayscale: #262626. Windows color (decimal): -9436139 or 1377392. OLE color: 1377392.

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

Color convert

RGB112421-
CMYK00.960.810.56
HSL350.56º93.1%22.75%-
HSV(B)350.56º96.43%43.92%-
XYZ6.863.591.04-
YUV38.23118.28180.62-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 81.75%
GREEN value IS 4 (1.95% from 255) = 2.92%
BLUE value IS 21 (8.59% from 255) = 15.33%
R=81.75%
G=2.92%
B=15.33%

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
Decimal11242100.960.810.56350.5693.122.75
Hex70415060513815f5d17
Octal16042501401217053713527
Binary111000010010101011000001010001111000101011111101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700415; }

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

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

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

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

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

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

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

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