Html Css Color HEX #71041D Burgundy

📋 copy color: '#71041D'

red 113 ◦ green 4 ◦ blue 29

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

Shades of Burgundy #71041D

Tints of Burgundy #71041D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 19.86%

R = 77.4%
G = 2.74%
B = 19.86%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.74

 K value IS 0.56

RGB Variations

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

Color information

#71041D (or 0x71041D) is known color: Burgundy. HEX triplet: 71, 04 and 1D. RGB value is (113,4,29). Sum of RGB (Red+Green+Blue) = 113+4+29=146 (19% of max value = 765). Red value is 113 (44.53% from 255 or 77.40% from 146); Green value is 4 (1.95% from 255 or 2.74% from 146); Blue value is 29 (11.72% from 255 or 19.86% from 146); Max value from RGB is 113 - color contains mainly: red. Hex color #71041D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71041D is #8EFBE2. Grayscale: #272727. Windows color (decimal): -9370595 or 1901681. OLE color: 1901681.

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

Color convert

RGB 113 4 29 -
CMYK 0 0.96 0.74 0.56
HSL 346.24º 0.93% 0.23% -
HSV(B) 346.24º 0.96% 0.44% -
XYZ 7.08 3.69 1.5 -
YUV 39.44 122.11 180.47 -
System Red Green Blue C M Y K H S L
Decimal 113 4 29 0 0.96 0.74 0.56 346.24 0.93 0.23
Hex 71 4 1D 0 60 4A 38 15A 5D 17
Octal 161 4 35 0 140 112 70 532 135 27
Binary 1110001 100 11101 0 1100000 1001010 111000 101011010 1011101 10111

Color Harmonies of #71041D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71041D

Black with #71041D

Text Example


Text Example

White with #71041D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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