#700718

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

Shades of Burgundy #700718

Tints of Burgundy #700718

Color information

#700718 (or 0x700718) is unknown color: approx Burgundy. HEX triplet: 70, 07 and 18. RGB value is (112,7,24). Sum of RGB (Red+Green+Blue) = 112+7+24=143 (18% of max value = 765). Red value is 112 (44.14% from 255 or 78.32% from 143); Green value is 7 (3.12% from 255 or 4.90% from 143); Blue value is 24 (9.77% from 255 or 16.78% from 143); Max value from RGB is 112 - color contains mainly: red. Hex color #700718 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700718 is #8FF8E7. Grayscale: #282828. Windows color (decimal): -9435368 or 1574768. OLE color: 1574768.

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

Color convert

RGB112724-
CMYK00.940.790.56
HSL350.29º88.24%23.33%-
HSV(B)350.29º93.75%43.92%-
XYZ6.923.661.21-
YUV40.33118.79179.12-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 78.32%
GREEN value IS 7 (3.12% from 255) = 4.90%
BLUE value IS 24 (9.77% from 255) = 16.78%
R=78.32%
G=4.90%
B=16.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.79
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11272400.940.790.56350.2988.2423.33
Hex7071805E4F3815e5817
Octal16073001361177053613027
Binary111000011111000010111101001111111000101011110101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700718; }

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

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

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

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

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

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

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

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