Html Css Color HEX #710B14 Burgundy

📋 copy color: '#710B14'

red 113 ◦ green 11 ◦ blue 20

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

Shades of Burgundy #710B14

Tints of Burgundy #710B14

RGB

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

 GREEN value IS 11 (4.69% from 255) = 7.64%

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

R = 78.47%
G = 7.64%
B = 13.89%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.82

 K value IS 0.56

RGB Variations

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

Color information

#710B14 (or 0x710B14) is known color: Burgundy. HEX triplet: 71, 0B and 14. RGB value is (113,11,20). Sum of RGB (Red+Green+Blue) = 113+11+20=144 (19% of max value = 765). Red value is 113 (44.53% from 255 or 78.47% from 144); Green value is 11 (4.69% from 255 or 7.64% from 144); Blue value is 20 (8.20% from 255 or 13.89% from 144); Max value from RGB is 113 - color contains mainly: red. Hex color #710B14 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710B14 is #8EF4EB. Grayscale: #2A2A2A. Windows color (decimal): -9368812 or 1313649. OLE color: 1313649.

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

Color convert

RGB 113 11 20 -
CMYK 0 0.90 0.82 0.56
HSL 354.71º 0.82% 0.24% -
HSV(B) 354.71º 0.9% 0.44% -
XYZ 7.06 3.8 1.02 -
YUV 42.52 115.29 178.27 -
System Red Green Blue C M Y K H S L
Decimal 113 11 20 0 0.90 0.82 0.56 354.71 0.82 0.24
Hex 71 B 14 0 5A 52 38 163 52 18
Octal 161 13 24 0 132 122 70 543 122 30
Binary 1110001 1011 10100 0 1011010 1010010 111000 101100011 1010010 11000

Color Harmonies of #710B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710B14

Black with #710B14

Text Example


Text Example

White with #710B14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710B14; }

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

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

background-color css

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

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

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

border-color css

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

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

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