#700524

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

Shades of Burgundy #700524

Tints of Burgundy #700524

Color information

#700524 (or 0x700524) is unknown color: approx Burgundy. HEX triplet: 70, 05 and 24. RGB value is (112,5,36). Sum of RGB (Red+Green+Blue) = 112+5+36=153 (20% of max value = 765). Red value is 112 (44.14% from 255 or 73.20% from 153); Green value is 5 (2.34% from 255 or 3.27% from 153); Blue value is 36 (14.45% from 255 or 23.53% from 153); Max value from RGB is 112 - color contains mainly: red. Hex color #700524 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700524 is #8FFADB. Grayscale: #282828. Windows color (decimal): -9435868 or 2360688. OLE color: 2360688.

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

Color convert

RGB112536-
CMYK00.960.680.56
HSL342.62º91.45%22.94%-
HSV(B)342.62º95.54%43.92%-
XYZ7.053.682.01-
YUV40.53125.45178.98-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 73.20%
GREEN value IS 5 (2.34% from 255) = 3.27%
BLUE value IS 36 (14.45% from 255) = 23.53%
R=73.20%
G=3.27%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.68
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11253600.960.680.56342.6291.4522.94
Hex7052406044381575b17
Octal16054401401047052713327
Binary1110000101100100011000001000100111000101010111101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700524; }

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

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

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

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

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

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

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

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