Html Css Color HEX #71040D Burgundy

📋 copy color: '#71040D'

red 113 ◦ green 4 ◦ blue 13

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

Shades of Burgundy #71040D

Tints of Burgundy #71040D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 10%

R = 86.92%
G = 3.08%
B = 10%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#71040D (or 0x71040D) is known color: Burgundy. HEX triplet: 71, 04 and 0D. RGB value is (113,4,13). Sum of RGB (Red+Green+Blue) = 113+4+13=130 (17% of max value = 765). Red value is 113 (44.53% from 255 or 86.92% from 130); Green value is 4 (1.95% from 255 or 3.08% from 130); Blue value is 13 (5.47% from 255 or 10% from 130); Max value from RGB is 113 - color contains mainly: red. Hex color #71040D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #71040D is #8EFBF2. Grayscale: #252525. Windows color (decimal): -9370611 or 853105. OLE color: 853105.

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

Color convert

RGB 113 4 13 -
CMYK 0 0.96 0.88 0.56
HSL 355.05º 0.93% 0.23% -
HSV(B) 355.05º 0.96% 0.44% -
XYZ 6.93 3.63 0.72 -
YUV 37.62 114.11 181.77 -
System Red Green Blue C M Y K H S L
Decimal 113 4 13 0 0.96 0.88 0.56 355.05 0.93 0.23
Hex 71 4 D 0 60 58 38 163 5D 17
Octal 161 4 15 0 140 130 70 543 135 27
Binary 1110001 100 1101 0 1100000 1011000 111000 101100011 1011101 10111

Color Harmonies of #71040D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71040D

Black with #71040D

Text Example


Text Example

White with #71040D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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