Html Css Color HEX #710113 Burgundy

📋 copy color: '#710113'

red 113 ◦ green 1 ◦ blue 19

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

Shades of Burgundy #710113

Tints of Burgundy #710113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 14.29%

R = 84.96%
G = 0.75%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.83

 K value IS 0.56

RGB Variations

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

Color information

#710113 (or 0x710113) is known color: Burgundy. HEX triplet: 71, 01 and 13. RGB value is (113,1,19). Sum of RGB (Red+Green+Blue) = 113+1+19=133 (17% of max value = 765). Red value is 113 (44.53% from 255 or 84.96% from 133); Green value is 1 (0.78% from 255 or 0.75% from 133); Blue value is 19 (7.81% from 255 or 14.29% from 133); Max value from RGB is 113 - color contains mainly: red. Hex color #710113 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710113 is #8EFEEC. Grayscale: #242424. Windows color (decimal): -9371373 or 1245553. OLE color: 1245553.

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

Color convert

RGB 113 1 19 -
CMYK 0 0.99 0.83 0.56
HSL 350.36º 0.98% 0.22% -
HSV(B) 350.36º 0.99% 0.44% -
XYZ 6.94 3.58 0.94 -
YUV 36.54 118.11 182.54 -
System Red Green Blue C M Y K H S L
Decimal 113 1 19 0 0.99 0.83 0.56 350.36 0.98 0.22
Hex 71 1 13 0 63 53 38 15E 62 16
Octal 161 1 23 0 143 123 70 536 142 26
Binary 1110001 1 10011 0 1100011 1010011 111000 101011110 1100010 10110

Color Harmonies of #710113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710113

Black with #710113

Text Example


Text Example

White with #710113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710113; }

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

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

background-color css

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

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

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

border-color css

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

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

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