#700819

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

Shades of Burgundy #700819

Tints of Burgundy #700819

Color information

#700819 (or 0x700819) is unknown color: approx Burgundy. HEX triplet: 70, 08 and 19. RGB value is (112,8,25). Sum of RGB (Red+Green+Blue) = 112+8+25=145 (19% of max value = 765). Red value is 112 (44.14% from 255 or 77.24% from 145); Green value is 8 (3.52% from 255 or 5.52% from 145); Blue value is 25 (10.16% from 255 or 17.24% from 145); Max value from RGB is 112 - color contains mainly: red. Hex color #700819 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700819 is #8FF7E6. Grayscale: #292929. Windows color (decimal): -9435111 or 1640560. OLE color: 1640560.

HSL color Cylindrical-coordinate representation of color #700819: hue angle of 350.19º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #700819 is Cyan = 0, Magento = 0.93, Yellow = 0.78 and Black (K on CMYK) = 0.56.

Color convert

RGB112825-
CMYK00.930.780.56
HSL350.19º86.67%23.53%-
HSV(B)350.19º92.86%43.92%-
XYZ6.943.691.27-
YUV41.03118.96178.62-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 77.24%
GREEN value IS 8 (3.52% from 255) = 5.52%
BLUE value IS 25 (10.16% from 255) = 17.24%
R=77.24%
G=5.52%
B=17.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.78
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11282500.930.780.56350.1986.6723.53
Hex7081905D4E3815e5718
Octal160103101351167053612730
Binary1110000100011001010111011001110111000101011110101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700819; }

 p { color: rgb(112,8,25); }

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

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

 a { background-color: rgb(112,8,25); }

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

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

 span { border-color: rgb(112,8,25); }

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