#700729

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

Shades of Burgundy #700729

Tints of Burgundy #700729

Color information

#700729 (or 0x700729) is unknown color: approx Burgundy. HEX triplet: 70, 07 and 29. RGB value is (112,7,41). Sum of RGB (Red+Green+Blue) = 112+7+41=160 (21% of max value = 765). Red value is 112 (44.14% from 255 or 70% from 160); Green value is 7 (3.12% from 255 or 4.38% from 160); Blue value is 41 (16.41% from 255 or 25.62% from 160); Max value from RGB is 112 - color contains mainly: red. Hex color #700729 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700729 is #8FF8D6. Grayscale: #2A2A2A. Windows color (decimal): -9435351 or 2688880. OLE color: 2688880.

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

Color convert

RGB112741-
CMYK00.940.630.56
HSL340.57º88.24%23.33%-
HSV(B)340.57º93.75%43.92%-
XYZ7.163.762.45-
YUV42.27127.29177.74-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 70%
GREEN value IS 7 (3.12% from 255) = 4.38%
BLUE value IS 41 (16.41% from 255) = 25.62%
R=70%
G=4.38%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.63
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11274100.940.630.56340.5788.2423.33
Hex7072905E3F381555817
Octal1607510136777052513027
Binary111000011110100101011110111111111000101010101101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700729; }

 p { color: rgb(112,7,41); }

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

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

 a { background-color: rgb(112,7,41); }

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

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

 span { border-color: rgb(112,7,41); }

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