Html Css Color HEX #71041F Burgundy

📋 copy color: '#71041F'

red 113 ◦ green 4 ◦ blue 31

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

Shades of Burgundy #71041F

Tints of Burgundy #71041F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.7%

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

R = 76.35%
G = 2.7%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#71041F (or 0x71041F) is known color: Burgundy. HEX triplet: 71, 04 and 1F. RGB value is (113,4,31). Sum of RGB (Red+Green+Blue) = 113+4+31=148 (19% of max value = 765). Red value is 113 (44.53% from 255 or 76.35% from 148); Green value is 4 (1.95% from 255 or 2.70% from 148); Blue value is 31 (12.5% from 255 or 20.95% from 148); Max value from RGB is 113 - color contains mainly: red. Hex color #71041F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71041F is #8EFBE0. Grayscale: #272727. Windows color (decimal): -9370593 or 2032753. OLE color: 2032753.

HSL color Cylindrical-coordinate representation of color #71041F: hue angle of 345.14º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #71041F is Cyan = 0, Magento = 0.96, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 4 31 -
CMYK 0 0.96 0.73 0.56
HSL 345.14º 0.93% 0.23% -
HSV(B) 345.14º 0.96% 0.44% -
XYZ 7.1 3.7 1.64 -
YUV 39.67 123.11 180.3 -
System Red Green Blue C M Y K H S L
Decimal 113 4 31 0 0.96 0.73 0.56 345.14 0.93 0.23
Hex 71 4 1F 0 60 49 38 159 5D 17
Octal 161 4 37 0 140 111 70 531 135 27
Binary 1110001 100 11111 0 1100000 1001001 111000 101011001 1011101 10111

Color Harmonies of #71041F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71041F

Black with #71041F

Text Example


Text Example

White with #71041F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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