#710410

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

Shades of Burgundy #710410

Tints of Burgundy #710410

Color information

#710410 (or 0x710410) is unknown color: approx Burgundy. HEX triplet: 71, 04 and 10. RGB value is (113,4,16). Sum of RGB (Red+Green+Blue) = 113+4+16=133 (17% of max value = 765). Red value is 113 (44.53% from 255 or 84.96% from 133); Green value is 4 (1.95% from 255 or 3.01% from 133); Blue value is 16 (6.64% from 255 or 12.03% from 133); Max value from RGB is 113 - color contains mainly: red. Hex color #710410 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710410 is #8EFBEF. Grayscale: #262626. Windows color (decimal): -9370608 or 1049713. OLE color: 1049713.

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

Color convert

RGB113416-
CMYK00.960.860.56
HSL353.39º93.16%22.94%-
HSV(B)353.39º96.46%44.31%-
XYZ6.953.630.83-
YUV37.96115.61181.52-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 84.96%
GREEN value IS 4 (1.95% from 255) = 3.01%
BLUE value IS 16 (6.64% from 255) = 12.03%
R=84.96%
G=3.01%
B=12.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.86
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11341600.960.860.56353.3993.1622.94
Hex7141006056381615d17
Octal16142001401267054113527
Binary111000110010000011000001010110111000101100001101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710410; }

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

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

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

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

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

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

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

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