#700318

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

Shades of Burgundy #700318

Tints of Burgundy #700318

Color information

#700318 (or 0x700318) is unknown color: approx Burgundy. HEX triplet: 70, 03 and 18. RGB value is (112,3,24). Sum of RGB (Red+Green+Blue) = 112+3+24=139 (18% of max value = 765). Red value is 112 (44.14% from 255 or 80.58% from 139); Green value is 3 (1.56% from 255 or 2.16% from 139); Blue value is 24 (9.77% from 255 or 17.27% from 139); Max value from RGB is 112 - color contains mainly: red. Hex color #700318 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700318 is #8FFCE7. Grayscale: #262626. Windows color (decimal): -9436392 or 1573744. OLE color: 1573744.

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

Color convert

RGB112324-
CMYK00.970.790.56
HSL348.44º94.78%22.55%-
HSV(B)348.44º97.32%43.92%-
XYZ6.883.581.19-
YUV37.98120.11180.79-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 80.58%
GREEN value IS 3 (1.56% from 255) = 2.16%
BLUE value IS 24 (9.77% from 255) = 17.27%
R=80.58%
G=2.16%
B=17.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.79
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11232400.970.790.56348.4494.7822.55
Hex703180614F3815c5f17
Octal16033001411177053413727
Binary11100001111000011000011001111111000101011100101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700318; }

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

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

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

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

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

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

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

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