Html Css Color HEX #71031F Burgundy

📋 copy color: '#71031F'

red 113 ◦ green 3 ◦ blue 31

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

Shades of Burgundy #71031F

Tints of Burgundy #71031F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 21.09%

R = 76.87%
G = 2.04%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#71031F (or 0x71031F) is known color: Burgundy. HEX triplet: 71, 03 and 1F. RGB value is (113,3,31). Sum of RGB (Red+Green+Blue) = 113+3+31=147 (19% of max value = 765). Red value is 113 (44.53% from 255 or 76.87% from 147); Green value is 3 (1.56% from 255 or 2.04% from 147); Blue value is 31 (12.5% from 255 or 21.09% from 147); Max value from RGB is 113 - color contains mainly: red. Hex color #71031F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71031F is #8EFCE0. Grayscale: #272727. Windows color (decimal): -9370849 or 2032497. OLE color: 2032497.

HSL color Cylindrical-coordinate representation of color #71031F: hue angle of 344.73º 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 #71031F is Cyan = 0, Magento = 0.97, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 3 31 -
CMYK 0 0.97 0.73 0.56
HSL 344.73º 0.95% 0.23% -
HSV(B) 344.73º 0.97% 0.44% -
XYZ 7.09 3.67 1.63 -
YUV 39.08 123.44 180.72 -
System Red Green Blue C M Y K H S L
Decimal 113 3 31 0 0.97 0.73 0.56 344.73 0.95 0.23
Hex 71 3 1F 0 61 49 38 159 5F 17
Octal 161 3 37 0 141 111 70 531 137 27
Binary 1110001 11 11111 0 1100001 1001001 111000 101011001 1011111 10111

Color Harmonies of #71031F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71031F

Black with #71031F

Text Example


Text Example

White with #71031F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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