Html Css Color HEX #71040F Burgundy

📋 copy color: '#71040F'

red 113 ◦ green 4 ◦ blue 15

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

Shades of Burgundy #71040F

Tints of Burgundy #71040F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 11.36%

R = 85.61%
G = 3.03%
B = 11.36%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.87

 K value IS 0.56

RGB Variations

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

Color information

#71040F (or 0x71040F) is known color: Burgundy. HEX triplet: 71, 04 and 0F. RGB value is (113,4,15). Sum of RGB (Red+Green+Blue) = 113+4+15=132 (17% of max value = 765). Red value is 113 (44.53% from 255 or 85.61% from 132); Green value is 4 (1.95% from 255 or 3.03% from 132); Blue value is 15 (6.25% from 255 or 11.36% from 132); Max value from RGB is 113 - color contains mainly: red. Hex color #71040F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #71040F is #8EFBF0. Grayscale: #252525. Windows color (decimal): -9370609 or 984177. OLE color: 984177.

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

Color convert

RGB 113 4 15 -
CMYK 0 0.96 0.87 0.56
HSL 353.94º 0.93% 0.23% -
HSV(B) 353.94º 0.96% 0.44% -
XYZ 6.94 3.63 0.79 -
YUV 37.85 115.11 181.61 -
System Red Green Blue C M Y K H S L
Decimal 113 4 15 0 0.96 0.87 0.56 353.94 0.93 0.23
Hex 71 4 F 0 60 57 38 162 5D 17
Octal 161 4 17 0 140 127 70 542 135 27
Binary 1110001 100 1111 0 1100000 1010111 111000 101100010 1011101 10111

Color Harmonies of #71040F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71040F

Black with #71040F

Text Example


Text Example

White with #71040F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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