Html Css Color HEX #71031B Burgundy

📋 copy color: '#71031B'

red 113 ◦ green 3 ◦ blue 27

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

Shades of Burgundy #71031B

Tints of Burgundy #71031B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.1%

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

R = 79.02%
G = 2.1%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.76

 K value IS 0.56

RGB Variations

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

Color information

#71031B (or 0x71031B) is known color: Burgundy. HEX triplet: 71, 03 and 1B. RGB value is (113,3,27). Sum of RGB (Red+Green+Blue) = 113+3+27=143 (18% of max value = 765). Red value is 113 (44.53% from 255 or 79.02% from 143); Green value is 3 (1.56% from 255 or 2.10% from 143); Blue value is 27 (10.94% from 255 or 18.88% from 143); Max value from RGB is 113 - color contains mainly: red. Hex color #71031B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71031B is #8EFCE4. Grayscale: #262626. Windows color (decimal): -9370853 or 1770353. OLE color: 1770353.

HSL color Cylindrical-coordinate representation of color #71031B: hue angle of 346.91º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #71031B is Cyan = 0, Magento = 0.97, Yellow = 0.76 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 3 27 -
CMYK 0 0.97 0.76 0.56
HSL 346.91º 0.95% 0.23% -
HSV(B) 346.91º 0.97% 0.44% -
XYZ 7.04 3.65 1.37 -
YUV 38.63 121.44 181.05 -
System Red Green Blue C M Y K H S L
Decimal 113 3 27 0 0.97 0.76 0.56 346.91 0.95 0.23
Hex 71 3 1B 0 61 4C 38 15B 5F 17
Octal 161 3 33 0 141 114 70 533 137 27
Binary 1110001 11 11011 0 1100001 1001100 111000 101011011 1011111 10111

Color Harmonies of #71031B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71031B

Black with #71031B

Text Example


Text Example

White with #71031B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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