#700419

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

Shades of Burgundy #700419

Tints of Burgundy #700419

Color information

#700419 (or 0x700419) is unknown color: approx Burgundy. HEX triplet: 70, 04 and 19. RGB value is (112,4,25). Sum of RGB (Red+Green+Blue) = 112+4+25=141 (18% of max value = 765). Red value is 112 (44.14% from 255 or 79.43% from 141); Green value is 4 (1.95% from 255 or 2.84% from 141); Blue value is 25 (10.16% from 255 or 17.73% from 141); Max value from RGB is 112 - color contains mainly: red. Hex color #700419 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700419 is #8FFBE6. Grayscale: #262626. Windows color (decimal): -9436135 or 1639536. OLE color: 1639536.

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

Color convert

RGB112425-
CMYK00.960.780.56
HSL348.33º93.1%22.75%-
HSV(B)348.33º96.43%43.92%-
XYZ6.93.61.25-
YUV38.69120.28180.29-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 79.43%
GREEN value IS 4 (1.95% from 255) = 2.84%
BLUE value IS 25 (10.16% from 255) = 17.73%
R=79.43%
G=2.84%
B=17.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.78
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11242500.960.780.56348.3393.122.75
Hex704190604E3815c5d17
Octal16043101401167053413527
Binary111000010011001011000001001110111000101011100101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700419; }

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

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

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

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

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

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

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

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