Html Css Color HEX #710919 Burgundy

📋 copy color: '#710919'

red 113 ◦ green 9 ◦ blue 25

#710919
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Burgundy #710919

Tints of Burgundy #710919

RGB

 RED value IS 113 (44.53% from 255) = 76.87%

 GREEN value IS 9 (3.91% from 255) = 6.12%

 BLUE value IS 25 (10.16% from 255) = 17.01%

R = 76.87%
G = 6.12%
B = 17.01%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.78

 K value IS 0.56

RGB Variations

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

Color information

#710919 (or 0x710919) is known color: Burgundy. HEX triplet: 71, 09 and 19. RGB value is (113,9,25). Sum of RGB (Red+Green+Blue) = 113+9+25=147 (19% of max value = 765). Red value is 113 (44.53% from 255 or 76.87% from 147); Green value is 9 (3.91% from 255 or 6.12% from 147); Blue value is 25 (10.16% from 255 or 17.01% from 147); Max value from RGB is 113 - color contains mainly: red. Hex color #710919 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710919 is #8EF6E6. Grayscale: #292929. Windows color (decimal): -9369319 or 1640817. OLE color: 1640817.

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

Color convert

RGB 113 9 25 -
CMYK 0 0.92 0.78 0.56
HSL 350.77º 0.85% 0.24% -
HSV(B) 350.77º 0.92% 0.44% -
XYZ 7.08 3.78 1.28 -
YUV 41.92 118.46 178.7 -
System Red Green Blue C M Y K H S L
Decimal 113 9 25 0 0.92 0.78 0.56 350.77 0.85 0.24
Hex 71 9 19 0 5C 4E 38 15F 55 18
Octal 161 11 31 0 134 116 70 537 125 30
Binary 1110001 1001 11001 0 1011100 1001110 111000 101011111 1010101 11000

Color Harmonies of #710919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710919

Black with #710919

Text Example


Text Example

White with #710919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710919; }

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

 H1.HeaderClassName
 {
   color: #710919;
 }
 .AnyTagClassName
 {
   color: #710919;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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