#71000C

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

Shades of Burgundy #71000C

Tints of Burgundy #71000C

Color information

#71000C (or 0x71000C) is unknown color: approx Burgundy. HEX triplet: 71, 00 and 0C. RGB value is (113,0,12). Sum of RGB (Red+Green+Blue) = 113+0+12=125 (16% of max value = 765). Red value is 113 (44.53% from 255 or 90.4% from 125); Green value is 0 (0.39% from 255 or 0% from 125); Blue value is 12 (5.08% from 255 or 9.6% from 125); Max value from RGB is 113 - color contains mainly: red. Hex color #71000C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #71000C is #8EFFF3. Grayscale: #232323. Windows color (decimal): -9371636 or 786545. OLE color: 786545.

HSL color Cylindrical-coordinate representation of color #71000C: hue angle of 353.63º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #71000C is Cyan = 0, Magento = 1, Yellow = 0.89 and Black (K on CMYK) = 0.56.

Color convert

RGB113012-
CMYK010.890.56
HSL353.63º100%22.16%-
HSV(B)353.63º100%44.31%-
XYZ6.883.540.67-
YUV35.16114.94183.52-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 90.4%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 12 (5.08% from 255) = 9.6%
R=90.4%
G=0%
B=9.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.89
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113012010.890.56353.6310022.16
Hex710C06459381626416
Octal16101401441317054214426
Binary111000101100011001001011001111000101100010110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71000C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71000C; }

 p { color: rgb(113,0,12); }

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

<style>
 a { background-color: #71000C; }

 a { background-color: rgb(113,0,12); }

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

<style>
 span { border-color: #71000C; }

 span { border-color: rgb(113,0,12); }

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