Html Css Color HEX #71081D Burgundy

📋 copy color: '#71081D'

red 113 ◦ green 8 ◦ blue 29

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

Shades of Burgundy #71081D

Tints of Burgundy #71081D

RGB

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

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

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

R = 75.33%
G = 5.33%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.74

 K value IS 0.56

RGB Variations

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

Color information

#71081D (or 0x71081D) is known color: Burgundy. HEX triplet: 71, 08 and 1D. RGB value is (113,8,29). Sum of RGB (Red+Green+Blue) = 113+8+29=150 (19% of max value = 765). Red value is 113 (44.53% from 255 or 75.33% from 150); Green value is 8 (3.52% from 255 or 5.33% from 150); Blue value is 29 (11.72% from 255 or 19.33% from 150); Max value from RGB is 113 - color contains mainly: red. Hex color #71081D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71081D is #8EF7E2. Grayscale: #292929. Windows color (decimal): -9369571 or 1902705. OLE color: 1902705.

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

Color convert

RGB 113 8 29 -
CMYK 0 0.93 0.74 0.56
HSL 348º 0.87% 0.24% -
HSV(B) 348º 0.93% 0.44% -
XYZ 7.12 3.77 1.52 -
YUV 41.79 120.79 178.79 -
System Red Green Blue C M Y K H S L
Decimal 113 8 29 0 0.93 0.74 0.56 348 0.87 0.24
Hex 71 8 1D 0 5D 4A 38 15C 57 18
Octal 161 10 35 0 135 112 70 534 127 30
Binary 1110001 1000 11101 0 1011101 1001010 111000 101011100 1010111 11000

Color Harmonies of #71081D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71081D

Black with #71081D

Text Example


Text Example

White with #71081D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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