#710419

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

Shades of Burgundy #710419

Tints of Burgundy #710419

Color information

#710419 (or 0x710419) is unknown color: approx Burgundy. HEX triplet: 71, 04 and 19. RGB value is (113,4,25). Sum of RGB (Red+Green+Blue) = 113+4+25=142 (18% of max value = 765). Red value is 113 (44.53% from 255 or 79.58% from 142); Green value is 4 (1.95% from 255 or 2.82% from 142); Blue value is 25 (10.16% from 255 or 17.61% from 142); Max value from RGB is 113 - color contains mainly: red. Hex color #710419 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710419 is #8EFBE6. Grayscale: #272727. Windows color (decimal): -9370599 or 1639537. OLE color: 1639537.

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

Color convert

RGB113425-
CMYK00.960.780.56
HSL348.44º93.16%22.94%-
HSV(B)348.44º96.46%44.31%-
XYZ7.033.671.26-
YUV38.98120.11180.79-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 79.58%
GREEN value IS 4 (1.95% from 255) = 2.82%
BLUE value IS 25 (10.16% from 255) = 17.61%
R=79.58%
G=2.82%
B=17.61%

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
Decimal11342500.960.780.56348.4493.1622.94
Hex714190604E3815c5d17
Octal16143101401167053413527
Binary111000110011001011000001001110111000101011100101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710419; }

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

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

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

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

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

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

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

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