Html Css Color HEX #71091D Burgundy

📋 copy color: '#71091D'

red 113 ◦ green 9 ◦ blue 29

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

Shades of Burgundy #71091D

Tints of Burgundy #71091D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 19.21%

R = 74.83%
G = 5.96%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.74

 K value IS 0.56

RGB Variations

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

Color information

#71091D (or 0x71091D) is known color: Burgundy. HEX triplet: 71, 09 and 1D. RGB value is (113,9,29). Sum of RGB (Red+Green+Blue) = 113+9+29=151 (20% of max value = 765). Red value is 113 (44.53% from 255 or 74.83% from 151); Green value is 9 (3.91% from 255 or 5.96% from 151); Blue value is 29 (11.72% from 255 or 19.21% from 151); Max value from RGB is 113 - color contains mainly: red. Hex color #71091D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71091D is #8EF6E2. Grayscale: #2A2A2A. Windows color (decimal): -9369315 or 1902961. OLE color: 1902961.

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

Color convert

RGB 113 9 29 -
CMYK 0 0.92 0.74 0.56
HSL 348.46º 0.85% 0.24% -
HSV(B) 348.46º 0.92% 0.44% -
XYZ 7.13 3.79 1.52 -
YUV 42.38 120.46 178.37 -
System Red Green Blue C M Y K H S L
Decimal 113 9 29 0 0.92 0.74 0.56 348.46 0.85 0.24
Hex 71 9 1D 0 5C 4A 38 15C 55 18
Octal 161 11 35 0 134 112 70 534 125 30
Binary 1110001 1001 11101 0 1011100 1001010 111000 101011100 1010101 11000

Color Harmonies of #71091D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71091D

Black with #71091D

Text Example


Text Example

White with #71091D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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