Html Css Color HEX #71081B Burgundy

📋 copy color: '#71081B'

red 113 ◦ green 8 ◦ blue 27

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

Shades of Burgundy #71081B

Tints of Burgundy #71081B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 18.24%

R = 76.35%
G = 5.41%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.76

 K value IS 0.56

RGB Variations

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

Color information

#71081B (or 0x71081B) is known color: Burgundy. HEX triplet: 71, 08 and 1B. RGB value is (113,8,27). Sum of RGB (Red+Green+Blue) = 113+8+27=148 (19% of max value = 765). Red value is 113 (44.53% from 255 or 76.35% from 148); Green value is 8 (3.52% from 255 or 5.41% from 148); Blue value is 27 (10.94% from 255 or 18.24% from 148); Max value from RGB is 113 - color contains mainly: red. Hex color #71081B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71081B is #8EF7E4. Grayscale: #292929. Windows color (decimal): -9369573 or 1771633. OLE color: 1771633.

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

Color convert

RGB 113 8 27 -
CMYK 0 0.93 0.76 0.56
HSL 349.14º 0.87% 0.24% -
HSV(B) 349.14º 0.93% 0.44% -
XYZ 7.09 3.76 1.39 -
YUV 41.56 119.79 178.96 -
System Red Green Blue C M Y K H S L
Decimal 113 8 27 0 0.93 0.76 0.56 349.14 0.87 0.24
Hex 71 8 1B 0 5D 4C 38 15D 57 18
Octal 161 10 33 0 135 114 70 535 127 30
Binary 1110001 1000 11011 0 1011101 1001100 111000 101011101 1010111 11000

Color Harmonies of #71081B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71081B

Black with #71081B

Text Example


Text Example

White with #71081B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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