Html Css Color HEX #710C14 Burgundy

📋 copy color: '#710C14'

red 113 ◦ green 12 ◦ blue 20

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

Shades of Burgundy #710C14

Tints of Burgundy #710C14

RGB

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

 GREEN value IS 12 (5.08% from 255) = 8.28%

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

R = 77.93%
G = 8.28%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.82

 K value IS 0.56

RGB Variations

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

Color information

#710C14 (or 0x710C14) is known color: Burgundy. HEX triplet: 71, 0C and 14. RGB value is (113,12,20). Sum of RGB (Red+Green+Blue) = 113+12+20=145 (19% of max value = 765). Red value is 113 (44.53% from 255 or 77.93% from 145); Green value is 12 (5.08% from 255 or 8.28% from 145); Blue value is 20 (8.20% from 255 or 13.79% from 145); Max value from RGB is 113 - color contains mainly: red. Hex color #710C14 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710C14 is #8EF3EB. Grayscale: #2B2B2B. Windows color (decimal): -9368556 or 1313905. OLE color: 1313905.

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

Color convert

RGB 113 12 20 -
CMYK 0 0.89 0.82 0.56
HSL 355.25º 0.81% 0.25% -
HSV(B) 355.25º 0.89% 0.44% -
XYZ 7.07 3.82 1.03 -
YUV 43.11 114.96 177.85 -
System Red Green Blue C M Y K H S L
Decimal 113 12 20 0 0.89 0.82 0.56 355.25 0.81 0.25
Hex 71 C 14 0 59 52 38 163 51 19
Octal 161 14 24 0 131 122 70 543 121 31
Binary 1110001 1100 10100 0 1011001 1010010 111000 101100011 1010001 11001

Color Harmonies of #710C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710C14

Black with #710C14

Text Example


Text Example

White with #710C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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