Html Css Color HEX #710C0E Burgundy

📋 copy color: '#710C0E'

red 113 ◦ green 12 ◦ blue 14

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

Shades of Burgundy #710C0E

Tints of Burgundy #710C0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 10.07%

R = 81.29%
G = 8.63%
B = 10.07%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#710C0E (or 0x710C0E) is known color: Burgundy. HEX triplet: 71, 0C and 0E. RGB value is (113,12,14). Sum of RGB (Red+Green+Blue) = 113+12+14=139 (18% of max value = 765). Red value is 113 (44.53% from 255 or 81.29% from 139); Green value is 12 (5.08% from 255 or 8.63% from 139); Blue value is 14 (5.86% from 255 or 10.07% from 139); Max value from RGB is 113 - color contains mainly: red. Hex color #710C0E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710C0E is #8EF3F1. Grayscale: #2A2A2A. Windows color (decimal): -9368562 or 920689. OLE color: 920689.

HSL color Cylindrical-coordinate representation of color #710C0E: hue angle of 358.81º 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 #710C0E is Cyan = 0, Magento = 0.89, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 12 14 -
CMYK 0 0.89 0.88 0.56
HSL 358.81º 0.81% 0.25% -
HSV(B) 358.81º 0.89% 0.44% -
XYZ 7.02 3.81 0.78 -
YUV 42.43 111.96 178.34 -
System Red Green Blue C M Y K H S L
Decimal 113 12 14 0 0.89 0.88 0.56 358.81 0.81 0.25
Hex 71 C E 0 59 58 38 167 51 19
Octal 161 14 16 0 131 130 70 547 121 31
Binary 1110001 1100 1110 0 1011001 1011000 111000 101100111 1010001 11001

Color Harmonies of #710C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710C0E

Black with #710C0E

Text Example


Text Example

White with #710C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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