#700327

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

Shades of Burgundy #700327

Tints of Burgundy #700327

Color information

#700327 (or 0x700327) is unknown color: approx Burgundy. HEX triplet: 70, 03 and 27. RGB value is (112,3,39). Sum of RGB (Red+Green+Blue) = 112+3+39=154 (20% of max value = 765). Red value is 112 (44.14% from 255 or 72.73% from 154); Green value is 3 (1.56% from 255 or 1.95% from 154); Blue value is 39 (15.62% from 255 or 25.32% from 154); Max value from RGB is 112 - color contains mainly: red. Hex color #700327 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700327 is #8FFCD8. Grayscale: #272727. Windows color (decimal): -9436377 or 2556784. OLE color: 2556784.

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

Color convert

RGB112339-
CMYK00.970.650.56
HSL340.18º94.78%22.55%-
HSV(B)340.18º97.32%43.92%-
XYZ7.083.662.25-
YUV39.7127.61179.57-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 72.73%
GREEN value IS 3 (1.56% from 255) = 1.95%
BLUE value IS 39 (15.62% from 255) = 25.32%
R=72.73%
G=1.95%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11233900.970.650.56340.1894.7822.55
Hex7032706141381545f17
Octal16034701411017052413727
Binary111000011100111011000011000001111000101010100101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700327; }

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

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

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

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

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

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

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

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