Html Css Color HEX #710011 Burgundy

📋 copy color: '#710011'

red 113 ◦ green 0 ◦ blue 17

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

Shades of Burgundy #710011

Tints of Burgundy #710011

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 86.92%
G = 0%
B = 13.08%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.85

 K value IS 0.56

RGB Variations

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

Color information

#710011 (or 0x710011) is known color: Burgundy. HEX triplet: 71, 00 and 11. RGB value is (113,0,17). Sum of RGB (Red+Green+Blue) = 113+0+17=130 (17% of max value = 765). Red value is 113 (44.53% from 255 or 86.92% from 130); Green value is 0 (0.39% from 255 or 0% from 130); Blue value is 17 (7.03% from 255 or 13.08% from 130); Max value from RGB is 113 - color contains mainly: red. Hex color #710011 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710011 is #8EFFEE. Grayscale: #232323. Windows color (decimal): -9371631 or 1114225. OLE color: 1114225.

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

Color convert

RGB 113 0 17 -
CMYK 0 1 0.85 0.56
HSL 350.97º 1% 0.22% -
HSV(B) 350.97º 1% 0.44% -
XYZ 6.91 3.55 0.85 -
YUV 35.73 117.44 183.12 -
System Red Green Blue C M Y K H S L
Decimal 113 0 17 0 1 0.85 0.56 350.97 1 0.22
Hex 71 0 11 0 64 55 38 15F 64 16
Octal 161 0 21 0 144 125 70 537 144 26
Binary 1110001 0 10001 0 1100100 1010101 111000 101011111 1100100 10110

Color Harmonies of #710011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710011

Black with #710011

Text Example


Text Example

White with #710011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710011; }

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

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

background-color css

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

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

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

border-color css

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

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

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