Html Css Color HEX #710014 Burgundy

📋 copy color: '#710014'

red 113 ◦ green 0 ◦ blue 20

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

Shades of Burgundy #710014

Tints of Burgundy #710014

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 84.96%
G = 0%
B = 15.04%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.82

 K value IS 0.56

RGB Variations

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

Color information

#710014 (or 0x710014) is known color: Burgundy. HEX triplet: 71, 00 and 14. RGB value is (113,0,20). Sum of RGB (Red+Green+Blue) = 113+0+20=133 (17% of max value = 765). Red value is 113 (44.53% from 255 or 84.96% from 133); Green value is 0 (0.39% from 255 or 0% from 133); Blue value is 20 (8.20% from 255 or 15.04% from 133); Max value from RGB is 113 - color contains mainly: red. Hex color #710014 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710014 is #8EFFEB. Grayscale: #242424. Windows color (decimal): -9371628 or 1310833. OLE color: 1310833.

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

Color convert

RGB 113 0 20 -
CMYK 0 1 0.82 0.56
HSL 349.38º 1% 0.22% -
HSV(B) 349.38º 1% 0.44% -
XYZ 6.94 3.56 0.98 -
YUV 36.07 118.94 182.87 -
System Red Green Blue C M Y K H S L
Decimal 113 0 20 0 1 0.82 0.56 349.38 1 0.22
Hex 71 0 14 0 64 52 38 15D 64 16
Octal 161 0 24 0 144 122 70 535 144 26
Binary 1110001 0 10100 0 1100100 1010010 111000 101011101 1100100 10110

Color Harmonies of #710014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710014

Black with #710014

Text Example


Text Example

White with #710014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710014; }

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

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

background-color css

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

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

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

border-color css

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

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

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