#700A2C

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

Shades of Burgundy #700A2C

Tints of Burgundy #700A2C

Color information

#700A2C (or 0x700A2C) is unknown color: approx Burgundy. HEX triplet: 70, 0A and 2C. RGB value is (112,10,44). Sum of RGB (Red+Green+Blue) = 112+10+44=166 (21% of max value = 765). Red value is 112 (44.14% from 255 or 67.47% from 166); Green value is 10 (4.30% from 255 or 6.02% from 166); Blue value is 44 (17.58% from 255 or 26.51% from 166); Max value from RGB is 112 - color contains mainly: red. Hex color #700A2C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700A2C is #8FF5D3. Grayscale: #2C2C2C. Windows color (decimal): -9434580 or 2886256. OLE color: 2886256.

HSL color Cylindrical-coordinate representation of color #700A2C: hue angle of 340º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #700A2C is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.56.

Color convert

RGB1121044-
CMYK00.910.610.56
HSL340º83.61%23.92%-
HSV(B)340º91.07%43.92%-
XYZ7.253.842.74-
YUV44.37127.79176.24-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 67.47%
GREEN value IS 10 (4.30% from 255) = 6.02%
BLUE value IS 44 (17.58% from 255) = 26.51%
R=67.47%
G=6.02%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.61
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112104400.910.610.5634083.6123.92
Hex70A2C05B3D381545418
Octal16012540133757052412430
Binary1110000101010110001011011111101111000101010100101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700A2C; }

 p { color: rgb(112,10,44); }

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

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

 a { background-color: rgb(112,10,44); }

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

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

 span { border-color: rgb(112,10,44); }

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