#700019

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

Shades of Burgundy #700019

Tints of Burgundy #700019

Color information

#700019 (or 0x700019) is unknown color: approx Burgundy. HEX triplet: 70, 00 and 19. RGB value is (112,0,25). Sum of RGB (Red+Green+Blue) = 112+0+25=137 (18% of max value = 765). Red value is 112 (44.14% from 255 or 81.75% from 137); Green value is 0 (0.39% from 255 or 0% from 137); Blue value is 25 (10.16% from 255 or 18.25% from 137); Max value from RGB is 112 - color contains mainly: red. Hex color #700019 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700019 is #8FFFE6. Grayscale: #242424. Windows color (decimal): -9437159 or 1638512. OLE color: 1638512.

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

Color convert

RGB112025-
CMYK010.780.56
HSL346.61º100%21.96%-
HSV(B)346.61º100%43.92%-
XYZ6.863.511.24-
YUV36.34121.61181.97-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 81.75%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 25 (10.16% from 255) = 18.25%
R=81.75%
G=0%
B=18.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.78
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112025010.780.56346.6110021.96
Hex700190644E3815b6416
Octal16003101441167053314426
Binary1110000011001011001001001110111000101011011110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700019; }

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

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

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

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

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

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

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

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