#710613

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

Shades of Burgundy #710613

Tints of Burgundy #710613

Color information

#710613 (or 0x710613) is unknown color: approx Burgundy. HEX triplet: 71, 06 and 13. RGB value is (113,6,19). Sum of RGB (Red+Green+Blue) = 113+6+19=138 (18% of max value = 765). Red value is 113 (44.53% from 255 or 81.88% from 138); Green value is 6 (2.73% from 255 or 4.35% from 138); Blue value is 19 (7.81% from 255 or 13.77% from 138); Max value from RGB is 113 - color contains mainly: red. Hex color #710613 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710613 is #8EF9EC. Grayscale: #272727. Windows color (decimal): -9370093 or 1246833. OLE color: 1246833.

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

Color convert

RGB113619-
CMYK00.950.830.56
HSL352.71º89.92%23.33%-
HSV(B)352.71º94.69%44.31%-
XYZ6.993.690.96-
YUV39.47116.45180.44-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 81.88%
GREEN value IS 6 (2.73% from 255) = 4.35%
BLUE value IS 19 (7.81% from 255) = 13.77%
R=81.88%
G=4.35%
B=13.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.83
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11361900.950.830.56352.7189.9223.33
Hex7161305F53381615a17
Octal16162301371237054113227
Binary111000111010011010111111010011111000101100001101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710613; }

 p { color: rgb(113,6,19); }

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

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

 a { background-color: rgb(113,6,19); }

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

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

 span { border-color: rgb(113,6,19); }

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