#71050A

Color #71050A Burgundy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burgundy #71050A

Tints of Burgundy #71050A

Color information

#71050A (or 0x71050A) is unknown color: approx Burgundy. HEX triplet: 71, 05 and 0A. RGB value is (113,5,10). Sum of RGB (Red+Green+Blue) = 113+5+10=128 (16% of max value = 765). Red value is 113 (44.53% from 255 or 88.28% from 128); Green value is 5 (2.34% from 255 or 3.91% from 128); Blue value is 10 (4.30% from 255 or 7.81% from 128); Max value from RGB is 113 - color contains mainly: red. Hex color #71050A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #71050A is #8EFAF5. Grayscale: #252525. Windows color (decimal): -9370358 or 656753. OLE color: 656753.

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

Color convert

RGB113510-
CMYK00.960.910.56
HSL357.22º91.53%23.14%-
HSV(B)357.22º95.58%44.31%-
XYZ6.923.640.63-
YUV37.86112.28181.59-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 88.28%
GREEN value IS 5 (2.34% from 255) = 3.91%
BLUE value IS 10 (4.30% from 255) = 7.81%
R=88.28%
G=3.91%
B=7.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.91
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11351000.960.910.56357.2291.5323.14
Hex715A0605B381655c17
Octal16151201401337054513427
Binary11100011011010011000001011011111000101100101101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71050A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,5,10); }

 H1.HeaderClassName
 {
   color: #71050A;
 }
 .AnyTagClassName
 {
   color: #71050A;
 }
</style>
background-color css

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

 a { background-color: rgb(113,5,10); }

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

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

 span { border-color: rgb(113,5,10); }

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