Html Css Color HEX #710D1F Burgundy

📋 copy color: '#710D1F'

red 113 ◦ green 13 ◦ blue 31

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

Shades of Burgundy #710D1F

Tints of Burgundy #710D1F

RGB

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

 GREEN value IS 13 (5.47% from 255) = 8.28%

 BLUE value IS 31 (12.5% from 255) = 19.75%

R = 71.97%
G = 8.28%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#710D1F (or 0x710D1F) is known color: Burgundy. HEX triplet: 71, 0D and 1F. RGB value is (113,13,31). Sum of RGB (Red+Green+Blue) = 113+13+31=157 (20% of max value = 765). Red value is 113 (44.53% from 255 or 71.97% from 157); Green value is 13 (5.47% from 255 or 8.28% from 157); Blue value is 31 (12.5% from 255 or 19.75% from 157); Max value from RGB is 113 - color contains mainly: red. Hex color #710D1F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710D1F is #8EF2E0. Grayscale: #2C2C2C. Windows color (decimal): -9368289 or 2035057. OLE color: 2035057.

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

Color convert

RGB 113 13 31 -
CMYK 0 0.88 0.73 0.56
HSL 349.2º 0.79% 0.25% -
HSV(B) 349.2º 0.88% 0.44% -
XYZ 7.2 3.9 1.67 -
YUV 44.95 120.13 176.54 -
System Red Green Blue C M Y K H S L
Decimal 113 13 31 0 0.88 0.73 0.56 349.2 0.79 0.25
Hex 71 D 1F 0 58 49 38 15D 4F 19
Octal 161 15 37 0 130 111 70 535 117 31
Binary 1110001 1101 11111 0 1011000 1001001 111000 101011101 1001111 11001

Color Harmonies of #710D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710D1F

Black with #710D1F

Text Example


Text Example

White with #710D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,13,31); }

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

background-color css

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

 a { background-color: rgb(113,13,31); }

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

border-color css

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

 span { border-color: rgb(113,13,31); }

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