#700310

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

Shades of Burgundy #700310

Tints of Burgundy #700310

Color information

#700310 (or 0x700310) is unknown color: approx Burgundy. HEX triplet: 70, 03 and 10. RGB value is (112,3,16). Sum of RGB (Red+Green+Blue) = 112+3+16=131 (17% of max value = 765). Red value is 112 (44.14% from 255 or 85.50% from 131); Green value is 3 (1.56% from 255 or 2.29% from 131); Blue value is 16 (6.64% from 255 or 12.21% from 131); Max value from RGB is 112 - color contains mainly: red. Hex color #700310 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700310 is #8FFCEF. Grayscale: #252525. Windows color (decimal): -9436400 or 1049456. OLE color: 1049456.

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

Color convert

RGB112316-
CMYK00.970.860.56
HSL352.84º94.78%22.55%-
HSV(B)352.84º97.32%43.92%-
XYZ6.813.550.82-
YUV37.07116.11181.44-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 85.50%
GREEN value IS 3 (1.56% from 255) = 2.29%
BLUE value IS 16 (6.64% from 255) = 12.21%
R=85.50%
G=2.29%
B=12.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.86
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11231600.970.860.56352.8494.7822.55
Hex7031006156381615f17
Octal16032001411267054113727
Binary11100001110000011000011010110111000101100001101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700310; }

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

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

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

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

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

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

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

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