Html Css Color HEX #710C1D Burgundy

📋 copy color: '#710C1D'

red 113 ◦ green 12 ◦ blue 29

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

Shades of Burgundy #710C1D

Tints of Burgundy #710C1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 18.83%

R = 73.38%
G = 7.79%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.74

 K value IS 0.56

RGB Variations

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

Color information

#710C1D (or 0x710C1D) is known color: Burgundy. HEX triplet: 71, 0C and 1D. RGB value is (113,12,29). Sum of RGB (Red+Green+Blue) = 113+12+29=154 (20% of max value = 765). Red value is 113 (44.53% from 255 or 73.38% from 154); Green value is 12 (5.08% from 255 or 7.79% from 154); Blue value is 29 (11.72% from 255 or 18.83% from 154); Max value from RGB is 113 - color contains mainly: red. Hex color #710C1D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710C1D is #8EF3E2. Grayscale: #2C2C2C. Windows color (decimal): -9368547 or 1903729. OLE color: 1903729.

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

Color convert

RGB 113 12 29 -
CMYK 0 0.89 0.74 0.56
HSL 349.9º 0.81% 0.25% -
HSV(B) 349.9º 0.89% 0.44% -
XYZ 7.16 3.86 1.53 -
YUV 44.14 119.46 177.12 -
System Red Green Blue C M Y K H S L
Decimal 113 12 29 0 0.89 0.74 0.56 349.9 0.81 0.25
Hex 71 C 1D 0 59 4A 38 15E 51 19
Octal 161 14 35 0 131 112 70 536 121 31
Binary 1110001 1100 11101 0 1011001 1001010 111000 101011110 1010001 11001

Color Harmonies of #710C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710C1D

Black with #710C1D

Text Example


Text Example

White with #710C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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