#700815

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

Shades of Burgundy #700815

Tints of Burgundy #700815

Color information

#700815 (or 0x700815) is unknown color: approx Burgundy. HEX triplet: 70, 08 and 15. RGB value is (112,8,21). Sum of RGB (Red+Green+Blue) = 112+8+21=141 (18% of max value = 765). Red value is 112 (44.14% from 255 or 79.43% from 141); Green value is 8 (3.52% from 255 or 5.67% from 141); Blue value is 21 (8.59% from 255 or 14.89% from 141); Max value from RGB is 112 - color contains mainly: red. Hex color #700815 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700815 is #8FF7EA. Grayscale: #282828. Windows color (decimal): -9435115 or 1378416. OLE color: 1378416.

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

Color convert

RGB112821-
CMYK00.930.810.56
HSL352.5º86.67%23.53%-
HSV(B)352.5º92.86%43.92%-
XYZ6.93.671.05-
YUV40.58116.96178.94-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 79.43%
GREEN value IS 8 (3.52% from 255) = 5.67%
BLUE value IS 21 (8.59% from 255) = 14.89%
R=79.43%
G=5.67%
B=14.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.81
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11282100.930.810.56352.586.6723.53
Hex7081505D51381605718
Octal160102501351217054012730
Binary1110000100010101010111011010001111000101100000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700815; }

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

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

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

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

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

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

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

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