Html Css Color HEX #710219 Burgundy

📋 copy color: '#710219'

red 113 ◦ green 2 ◦ blue 25

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

Shades of Burgundy #710219

Tints of Burgundy #710219

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.43%

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

R = 80.71%
G = 1.43%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.78

 K value IS 0.56

RGB Variations

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

Color information

#710219 (or 0x710219) is known color: Burgundy. HEX triplet: 71, 02 and 19. RGB value is (113,2,25). Sum of RGB (Red+Green+Blue) = 113+2+25=140 (18% of max value = 765). Red value is 113 (44.53% from 255 or 80.71% from 140); Green value is 2 (1.17% from 255 or 1.43% from 140); Blue value is 25 (10.16% from 255 or 17.86% from 140); Max value from RGB is 113 - color contains mainly: red. Hex color #710219 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710219 is #8EFDE6. Grayscale: #252525. Windows color (decimal): -9371111 or 1639025. OLE color: 1639025.

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

Color convert

RGB 113 2 25 -
CMYK 0 0.98 0.78 0.56
HSL 347.57º 0.97% 0.23% -
HSV(B) 347.57º 0.98% 0.44% -
XYZ 7.01 3.62 1.25 -
YUV 37.81 120.77 181.63 -
System Red Green Blue C M Y K H S L
Decimal 113 2 25 0 0.98 0.78 0.56 347.57 0.97 0.23
Hex 71 2 19 0 62 4E 38 15C 61 17
Octal 161 2 31 0 142 116 70 534 141 27
Binary 1110001 10 11001 0 1100010 1001110 111000 101011100 1100001 10111

Color Harmonies of #710219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710219

Black with #710219

Text Example


Text Example

White with #710219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710219; }

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

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

background-color css

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

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

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

border-color css

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

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

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