#700724

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

Shades of Burgundy #700724

Tints of Burgundy #700724

Color information

#700724 (or 0x700724) is unknown color: approx Burgundy. HEX triplet: 70, 07 and 24. RGB value is (112,7,36). Sum of RGB (Red+Green+Blue) = 112+7+36=155 (20% of max value = 765). Red value is 112 (44.14% from 255 or 72.26% from 155); Green value is 7 (3.12% from 255 or 4.52% from 155); Blue value is 36 (14.45% from 255 or 23.23% from 155); Max value from RGB is 112 - color contains mainly: red. Hex color #700724 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700724 is #8FF8DB. Grayscale: #292929. Windows color (decimal): -9435356 or 2361200. OLE color: 2361200.

HSL color Cylindrical-coordinate representation of color #700724: hue angle of 343.43º 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 #700724 is Cyan = 0, Magento = 0.94, Yellow = 0.68 and Black (K on CMYK) = 0.56.

Color convert

RGB112736-
CMYK00.940.680.56
HSL343.43º88.24%23.33%-
HSV(B)343.43º93.75%43.92%-
XYZ7.083.722.01-
YUV41.7124.79178.14-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 72.26%
GREEN value IS 7 (3.12% from 255) = 4.52%
BLUE value IS 36 (14.45% from 255) = 23.23%
R=72.26%
G=4.52%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.68
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11273600.940.680.56343.4388.2423.33
Hex7072405E44381575817
Octal16074401361047052713027
Binary1110000111100100010111101000100111000101010111101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700724; }

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

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

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

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

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

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

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

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