Html Css Color HEX #71091E Burgundy

📋 copy color: '#71091E'

red 113 ◦ green 9 ◦ blue 30

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

Shades of Burgundy #71091E

Tints of Burgundy #71091E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.92%

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

R = 74.34%
G = 5.92%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#71091E (or 0x71091E) is known color: Burgundy. HEX triplet: 71, 09 and 1E. RGB value is (113,9,30). Sum of RGB (Red+Green+Blue) = 113+9+30=152 (20% of max value = 765). Red value is 113 (44.53% from 255 or 74.34% from 152); Green value is 9 (3.91% from 255 or 5.92% from 152); Blue value is 30 (12.11% from 255 or 19.74% from 152); Max value from RGB is 113 - color contains mainly: red. Hex color #71091E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71091E is #8EF6E1. Grayscale: #2A2A2A. Windows color (decimal): -9369314 or 1968497. OLE color: 1968497.

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

Color convert

RGB 113 9 30 -
CMYK 0 0.92 0.73 0.56
HSL 347.88º 0.85% 0.24% -
HSV(B) 347.88º 0.92% 0.44% -
XYZ 7.14 3.8 1.59 -
YUV 42.49 120.96 178.29 -
System Red Green Blue C M Y K H S L
Decimal 113 9 30 0 0.92 0.73 0.56 347.88 0.85 0.24
Hex 71 9 1E 0 5C 49 38 15C 55 18
Octal 161 11 36 0 134 111 70 534 125 30
Binary 1110001 1001 11110 0 1011100 1001001 111000 101011100 1010101 11000

Color Harmonies of #71091E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71091E

Black with #71091E

Text Example


Text Example

White with #71091E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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