Html Css Color HEX #710119 Burgundy

📋 copy color: '#710119'

red 113 ◦ green 1 ◦ blue 25

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

Shades of Burgundy #710119

Tints of Burgundy #710119

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.72%

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

R = 81.29%
G = 0.72%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.78

 K value IS 0.56

RGB Variations

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

Color information

#710119 (or 0x710119) is known color: Burgundy. HEX triplet: 71, 01 and 19. RGB value is (113,1,25). Sum of RGB (Red+Green+Blue) = 113+1+25=139 (18% of max value = 765). Red value is 113 (44.53% from 255 or 81.29% from 139); Green value is 1 (0.78% from 255 or 0.72% from 139); Blue value is 25 (10.16% from 255 or 17.99% from 139); Max value from RGB is 113 - color contains mainly: red. Hex color #710119 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710119 is #8EFEE6. Grayscale: #252525. Windows color (decimal): -9371367 or 1638769. OLE color: 1638769.

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

Color convert

RGB 113 1 25 -
CMYK 0 0.99 0.78 0.56
HSL 347.14º 0.98% 0.22% -
HSV(B) 347.14º 0.99% 0.44% -
XYZ 7 3.6 1.25 -
YUV 37.22 121.11 182.05 -
System Red Green Blue C M Y K H S L
Decimal 113 1 25 0 0.99 0.78 0.56 347.14 0.98 0.22
Hex 71 1 19 0 63 4E 38 15B 62 16
Octal 161 1 31 0 143 116 70 533 142 26
Binary 1110001 1 11001 0 1100011 1001110 111000 101011011 1100010 10110

Color Harmonies of #710119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710119

Black with #710119

Text Example


Text Example

White with #710119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710119; }

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

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

background-color css

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

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

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

border-color css

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

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

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