#710208

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

Shades of Burgundy #710208

Tints of Burgundy #710208

Color information

#710208 (or 0x710208) is unknown color: approx Burgundy. HEX triplet: 71, 02 and 08. RGB value is (113,2,8). Sum of RGB (Red+Green+Blue) = 113+2+8=123 (16% of max value = 765). Red value is 113 (44.53% from 255 or 91.87% from 123); Green value is 2 (1.17% from 255 or 1.63% from 123); Blue value is 8 (3.52% from 255 or 6.50% from 123); Max value from RGB is 113 - color contains mainly: red. Hex color #710208 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710208 is #8EFDF7. Grayscale: #232323. Windows color (decimal): -9371128 or 524913. OLE color: 524913.

HSL color Cylindrical-coordinate representation of color #710208: hue angle of 356.76º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #710208 is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.56.

Color convert

RGB11328-
CMYK00.980.930.56
HSL356.76º96.52%22.55%-
HSV(B)356.76º98.23%44.31%-
XYZ6.883.570.56-
YUV35.87112.27183.01-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 91.87%
GREEN value IS 2 (1.17% from 255) = 1.63%
BLUE value IS 8 (3.52% from 255) = 6.50%
R=91.87%
G=1.63%
B=6.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.93
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1132800.980.930.56356.7696.5222.55
Hex71280625D381656117
Octal16121001421357054514127
Binary1110001101000011000101011101111000101100101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710208; }

 p { color: rgb(113,2,8); }

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

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

 a { background-color: rgb(113,2,8); }

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

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

 span { border-color: rgb(113,2,8); }

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