Html Css Color HEX #710114 Burgundy

📋 copy color: '#710114'

red 113 ◦ green 1 ◦ blue 20

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

Shades of Burgundy #710114

Tints of Burgundy #710114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 14.93%

R = 84.33%
G = 0.75%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.56

RGB Variations

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

Color information

#710114 (or 0x710114) is known color: Burgundy. HEX triplet: 71, 01 and 14. RGB value is (113,1,20). Sum of RGB (Red+Green+Blue) = 113+1+20=134 (17% of max value = 765). Red value is 113 (44.53% from 255 or 84.33% from 134); Green value is 1 (0.78% from 255 or 0.75% from 134); Blue value is 20 (8.20% from 255 or 14.93% from 134); Max value from RGB is 113 - color contains mainly: red. Hex color #710114 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710114 is #8EFEEB. Grayscale: #242424. Windows color (decimal): -9371372 or 1311089. OLE color: 1311089.

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

Color convert

RGB 113 1 20 -
CMYK 0 0.99 0.82 0.56
HSL 349.82º 0.98% 0.22% -
HSV(B) 349.82º 0.99% 0.44% -
XYZ 6.95 3.58 0.99 -
YUV 36.65 118.61 182.46 -
System Red Green Blue C M Y K H S L
Decimal 113 1 20 0 0.99 0.82 0.56 349.82 0.98 0.22
Hex 71 1 14 0 63 52 38 15E 62 16
Octal 161 1 24 0 143 122 70 536 142 26
Binary 1110001 1 10100 0 1100011 1010010 111000 101011110 1100010 10110

Color Harmonies of #710114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710114

Black with #710114

Text Example


Text Example

White with #710114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710114; }

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

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

background-color css

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

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

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

border-color css

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

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

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