Html Css Color HEX #710B1E Burgundy

📋 copy color: '#710B1E'

red 113 ◦ green 11 ◦ blue 30

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

Shades of Burgundy #710B1E

Tints of Burgundy #710B1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 19.48%

R = 73.38%
G = 7.14%
B = 19.48%

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

#710B1E (or 0x710B1E) is known color: Burgundy. HEX triplet: 71, 0B and 1E. RGB value is (113,11,30). Sum of RGB (Red+Green+Blue) = 113+11+30=154 (20% of max value = 765). Red value is 113 (44.53% from 255 or 73.38% from 154); Green value is 11 (4.69% from 255 or 7.14% from 154); Blue value is 30 (12.11% from 255 or 19.48% from 154); Max value from RGB is 113 - color contains mainly: red. Hex color #710B1E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710B1E is #8EF4E1. Grayscale: #2B2B2B. Windows color (decimal): -9368802 or 1969009. OLE color: 1969009.

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

Color convert

RGB 113 11 30 -
CMYK 0 0.90 0.73 0.56
HSL 348.82º 0.82% 0.24% -
HSV(B) 348.82º 0.9% 0.44% -
XYZ 7.16 3.84 1.59 -
YUV 43.66 120.29 177.46 -
System Red Green Blue C M Y K H S L
Decimal 113 11 30 0 0.90 0.73 0.56 348.82 0.82 0.24
Hex 71 B 1E 0 5A 49 38 15D 52 18
Octal 161 13 36 0 132 111 70 535 122 30
Binary 1110001 1011 11110 0 1011010 1001001 111000 101011101 1010010 11000

Color Harmonies of #710B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710B1E

Black with #710B1E

Text Example


Text Example

White with #710B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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