Html Css Color HEX #71080E Burgundy

📋 copy color: '#71080E'

red 113 ◦ green 8 ◦ blue 14

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

Shades of Burgundy #71080E

Tints of Burgundy #71080E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.93%

 BLUE value IS 14 (5.86% from 255) = 10.37%

R = 83.7%
G = 5.93%
B = 10.37%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#71080E (or 0x71080E) is known color: Burgundy. HEX triplet: 71, 08 and 0E. RGB value is (113,8,14). Sum of RGB (Red+Green+Blue) = 113+8+14=135 (17% of max value = 765). Red value is 113 (44.53% from 255 or 83.70% from 135); Green value is 8 (3.52% from 255 or 5.93% from 135); Blue value is 14 (5.86% from 255 or 10.37% from 135); Max value from RGB is 113 - color contains mainly: red. Hex color #71080E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #71080E is #8EF7F1. Grayscale: #282828. Windows color (decimal): -9369586 or 919665. OLE color: 919665.

HSL color Cylindrical-coordinate representation of color #71080E: hue angle of 356.57º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #71080E is Cyan = 0, Magento = 0.93, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 8 14 -
CMYK 0 0.93 0.88 0.56
HSL 356.57º 0.87% 0.24% -
HSV(B) 356.57º 0.93% 0.44% -
XYZ 6.98 3.72 0.77 -
YUV 40.08 113.29 180.01 -
System Red Green Blue C M Y K H S L
Decimal 113 8 14 0 0.93 0.88 0.56 356.57 0.87 0.24
Hex 71 8 E 0 5D 58 38 165 57 18
Octal 161 10 16 0 135 130 70 545 127 30
Binary 1110001 1000 1110 0 1011101 1011000 111000 101100101 1010111 11000

Color Harmonies of #71080E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71080E

Black with #71080E

Text Example


Text Example

White with #71080E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71080E; }

 p { color: rgb(113,8,14); }

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

background-color css

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

 a { background-color: rgb(113,8,14); }

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

border-color css

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

 span { border-color: rgb(113,8,14); }

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