Html Css Color HEX #71091A Burgundy

📋 copy color: '#71091A'

red 113 ◦ green 9 ◦ blue 26

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

Shades of Burgundy #71091A

Tints of Burgundy #71091A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 17.57%

R = 76.35%
G = 6.08%
B = 17.57%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.77

 K value IS 0.56

RGB Variations

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

Color information

#71091A (or 0x71091A) is known color: Burgundy. HEX triplet: 71, 09 and 1A. RGB value is (113,9,26). Sum of RGB (Red+Green+Blue) = 113+9+26=148 (19% of max value = 765). Red value is 113 (44.53% from 255 or 76.35% from 148); Green value is 9 (3.91% from 255 or 6.08% from 148); Blue value is 26 (10.55% from 255 or 17.57% from 148); Max value from RGB is 113 - color contains mainly: red. Hex color #71091A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71091A is #8EF6E5. Grayscale: #2A2A2A. Windows color (decimal): -9369318 or 1706353. OLE color: 1706353.

HSL color Cylindrical-coordinate representation of color #71091A: hue angle of 350.19º 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 #71091A is Cyan = 0, Magento = 0.92, Yellow = 0.77 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 9 26 -
CMYK 0 0.92 0.77 0.56
HSL 350.19º 0.85% 0.24% -
HSV(B) 350.19º 0.92% 0.44% -
XYZ 7.09 3.78 1.33 -
YUV 42.03 118.96 178.62 -
System Red Green Blue C M Y K H S L
Decimal 113 9 26 0 0.92 0.77 0.56 350.19 0.85 0.24
Hex 71 9 1A 0 5C 4D 38 15E 55 18
Octal 161 11 32 0 134 115 70 536 125 30
Binary 1110001 1001 11010 0 1011100 1001101 111000 101011110 1010101 11000

Color Harmonies of #71091A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71091A

Black with #71091A

Text Example


Text Example

White with #71091A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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