#700324

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

Shades of Burgundy #700324

Tints of Burgundy #700324

Color information

#700324 (or 0x700324) is unknown color: approx Burgundy. HEX triplet: 70, 03 and 24. RGB value is (112,3,36). Sum of RGB (Red+Green+Blue) = 112+3+36=151 (20% of max value = 765). Red value is 112 (44.14% from 255 or 74.17% from 151); Green value is 3 (1.56% from 255 or 1.99% from 151); Blue value is 36 (14.45% from 255 or 23.84% from 151); Max value from RGB is 112 - color contains mainly: red. Hex color #700324 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700324 is #8FFCDB. Grayscale: #272727. Windows color (decimal): -9436380 or 2360176. OLE color: 2360176.

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

Color convert

RGB112336-
CMYK00.970.680.56
HSL341.83º94.78%22.55%-
HSV(B)341.83º97.32%43.92%-
XYZ7.033.642-
YUV39.35126.11179.82-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 74.17%
GREEN value IS 3 (1.56% from 255) = 1.99%
BLUE value IS 36 (14.45% from 255) = 23.84%
R=74.17%
G=1.99%
B=23.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.68
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11233600.970.680.56341.8394.7822.55
Hex7032406144381565f17
Octal16034401411047052613727
Binary111000011100100011000011000100111000101010110101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700324; }

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

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

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

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

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

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

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

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