Html Css Color HEX #710411 Burgundy

📋 copy color: '#710411'

red 113 ◦ green 4 ◦ blue 17

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

Shades of Burgundy #710411

Tints of Burgundy #710411

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.99%

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

R = 84.33%
G = 2.99%
B = 12.69%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.85

 K value IS 0.56

RGB Variations

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

Color information

#710411 (or 0x710411) is known color: Burgundy. HEX triplet: 71, 04 and 11. RGB value is (113,4,17). Sum of RGB (Red+Green+Blue) = 113+4+17=134 (17% of max value = 765). Red value is 113 (44.53% from 255 or 84.33% from 134); Green value is 4 (1.95% from 255 or 2.99% from 134); Blue value is 17 (7.03% from 255 or 12.69% from 134); Max value from RGB is 113 - color contains mainly: red. Hex color #710411 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710411 is #8EFBEE. Grayscale: #262626. Windows color (decimal): -9370607 or 1115249. OLE color: 1115249.

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

Color convert

RGB 113 4 17 -
CMYK 0 0.96 0.85 0.56
HSL 352.84º 0.93% 0.23% -
HSV(B) 352.84º 0.96% 0.44% -
XYZ 6.95 3.64 0.87 -
YUV 38.07 116.11 181.44 -
System Red Green Blue C M Y K H S L
Decimal 113 4 17 0 0.96 0.85 0.56 352.84 0.93 0.23
Hex 71 4 11 0 60 55 38 161 5D 17
Octal 161 4 21 0 140 125 70 541 135 27
Binary 1110001 100 10001 0 1100000 1010101 111000 101100001 1011101 10111

Color Harmonies of #710411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710411

Black with #710411

Text Example


Text Example

White with #710411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710411; }

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

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

background-color css

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

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

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

border-color css

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

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

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