Html Css Color HEX #710B1F Burgundy

📋 copy color: '#710B1F'

red 113 ◦ green 11 ◦ blue 31

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

Shades of Burgundy #710B1F

Tints of Burgundy #710B1F

RGB

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

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

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

R = 72.9%
G = 7.1%
B = 20%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#710B1F (or 0x710B1F) is known color: Burgundy. HEX triplet: 71, 0B and 1F. RGB value is (113,11,31). Sum of RGB (Red+Green+Blue) = 113+11+31=155 (20% of max value = 765). Red value is 113 (44.53% from 255 or 72.90% from 155); Green value is 11 (4.69% from 255 or 7.10% from 155); Blue value is 31 (12.5% from 255 or 20% from 155); Max value from RGB is 113 - color contains mainly: red. Hex color #710B1F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710B1F is #8EF4E0. Grayscale: #2B2B2B. Windows color (decimal): -9368801 or 2034545. OLE color: 2034545.

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

Color convert

RGB 113 11 31 -
CMYK 0 0.90 0.73 0.56
HSL 348.24º 0.82% 0.24% -
HSV(B) 348.24º 0.9% 0.44% -
XYZ 7.18 3.85 1.66 -
YUV 43.78 120.79 177.37 -
System Red Green Blue C M Y K H S L
Decimal 113 11 31 0 0.90 0.73 0.56 348.24 0.82 0.24
Hex 71 B 1F 0 5A 49 38 15C 52 18
Octal 161 13 37 0 132 111 70 534 122 30
Binary 1110001 1011 11111 0 1011010 1001001 111000 101011100 1010010 11000

Color Harmonies of #710B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710B1F

Black with #710B1F

Text Example


Text Example

White with #710B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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