Html Css Color HEX #710611 Burgundy

📋 copy color: '#710611'

red 113 ◦ green 6 ◦ blue 17

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

Shades of Burgundy #710611

Tints of Burgundy #710611

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.41%

 BLUE value IS 17 (7.03% from 255) = 12.5%

R = 83.09%
G = 4.41%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.85

 K value IS 0.56

RGB Variations

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

Color information

#710611 (or 0x710611) is known color: Burgundy. HEX triplet: 71, 06 and 11. RGB value is (113,6,17). Sum of RGB (Red+Green+Blue) = 113+6+17=136 (18% of max value = 765). Red value is 113 (44.53% from 255 or 83.09% from 136); Green value is 6 (2.73% from 255 or 4.41% from 136); Blue value is 17 (7.03% from 255 or 12.5% from 136); Max value from RGB is 113 - color contains mainly: red. Hex color #710611 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710611 is #8EF9EE. Grayscale: #272727. Windows color (decimal): -9370095 or 1115761. OLE color: 1115761.

HSL color Cylindrical-coordinate representation of color #710611: hue angle of 353.83º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #710611 is Cyan = 0, Magento = 0.95, Yellow = 0.85 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 6 17 -
CMYK 0 0.95 0.85 0.56
HSL 353.83º 0.9% 0.23% -
HSV(B) 353.83º 0.95% 0.44% -
XYZ 6.98 3.68 0.87 -
YUV 39.25 115.45 180.61 -
System Red Green Blue C M Y K H S L
Decimal 113 6 17 0 0.95 0.85 0.56 353.83 0.9 0.23
Hex 71 6 11 0 5F 55 38 162 5A 17
Octal 161 6 21 0 137 125 70 542 132 27
Binary 1110001 110 10001 0 1011111 1010101 111000 101100010 1011010 10111

Color Harmonies of #710611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710611

Black with #710611

Text Example


Text Example

White with #710611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710611; }

 p { color: rgb(113,6,17); }

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

background-color css

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

 a { background-color: rgb(113,6,17); }

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

border-color css

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

 span { border-color: rgb(113,6,17); }

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