#710612

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

Shades of Burgundy #710612

Tints of Burgundy #710612

Color information

#710612 (or 0x710612) is unknown color: approx Burgundy. HEX triplet: 71, 06 and 12. RGB value is (113,6,18). Sum of RGB (Red+Green+Blue) = 113+6+18=137 (18% of max value = 765). Red value is 113 (44.53% from 255 or 82.48% from 137); Green value is 6 (2.73% from 255 or 4.38% from 137); Blue value is 18 (7.42% from 255 or 13.14% from 137); Max value from RGB is 113 - color contains mainly: red. Hex color #710612 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710612 is #8EF9ED. Grayscale: #272727. Windows color (decimal): -9370094 or 1181297. OLE color: 1181297.

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

Color convert

RGB113618-
CMYK00.950.840.56
HSL353.27º89.92%23.33%-
HSV(B)353.27º94.69%44.31%-
XYZ6.983.680.92-
YUV39.36115.95180.52-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 82.48%
GREEN value IS 6 (2.73% from 255) = 4.38%
BLUE value IS 18 (7.42% from 255) = 13.14%
R=82.48%
G=4.38%
B=13.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.84
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11361800.950.840.56353.2789.9223.33
Hex7161205F54381615a17
Octal16162201371247054113227
Binary111000111010010010111111010100111000101100001101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710612; }

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

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

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

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

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

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

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

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