Html Css Color HEX #71041A Burgundy

📋 copy color: '#71041A'

red 113 ◦ green 4 ◦ blue 26

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

Shades of Burgundy #71041A

Tints of Burgundy #71041A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 18.18%

R = 79.02%
G = 2.8%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.77

 K value IS 0.56

RGB Variations

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

Color information

#71041A (or 0x71041A) is known color: Burgundy. HEX triplet: 71, 04 and 1A. RGB value is (113,4,26). Sum of RGB (Red+Green+Blue) = 113+4+26=143 (18% of max value = 765). Red value is 113 (44.53% from 255 or 79.02% from 143); Green value is 4 (1.95% from 255 or 2.80% from 143); Blue value is 26 (10.55% from 255 or 18.18% from 143); Max value from RGB is 113 - color contains mainly: red. Hex color #71041A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71041A is #8EFBE5. Grayscale: #272727. Windows color (decimal): -9370598 or 1705073. OLE color: 1705073.

HSL color Cylindrical-coordinate representation of color #71041A: hue angle of 347.89º 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 #71041A is Cyan = 0, Magento = 0.96, Yellow = 0.77 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 4 26 -
CMYK 0 0.96 0.77 0.56
HSL 347.89º 0.93% 0.23% -
HSV(B) 347.89º 0.96% 0.44% -
XYZ 7.04 3.67 1.32 -
YUV 39.1 120.61 180.71 -
System Red Green Blue C M Y K H S L
Decimal 113 4 26 0 0.96 0.77 0.56 347.89 0.93 0.23
Hex 71 4 1A 0 60 4D 38 15C 5D 17
Octal 161 4 32 0 140 115 70 534 135 27
Binary 1110001 100 11010 0 1100000 1001101 111000 101011100 1011101 10111

Color Harmonies of #71041A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71041A

Black with #71041A

Text Example


Text Example

White with #71041A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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