#710A0C

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

Shades of Burgundy #710A0C

Tints of Burgundy #710A0C

Color information

#710A0C (or 0x710A0C) is unknown color: approx Burgundy. HEX triplet: 71, 0A and 0C. RGB value is (113,10,12). Sum of RGB (Red+Green+Blue) = 113+10+12=135 (17% of max value = 765). Red value is 113 (44.53% from 255 or 83.70% from 135); Green value is 10 (4.30% from 255 or 7.41% from 135); Blue value is 12 (5.08% from 255 or 8.89% from 135); Max value from RGB is 113 - color contains mainly: red. Hex color #710A0C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710A0C is #8EF5F3. Grayscale: #292929. Windows color (decimal): -9369076 or 789105. OLE color: 789105.

HSL color Cylindrical-coordinate representation of color #710A0C: hue angle of 358.83º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #710A0C is Cyan = 0, Magento = 0.91, Yellow = 0.89 and Black (K on CMYK) = 0.56.

Color convert

RGB1131012-
CMYK00.910.890.56
HSL358.83º83.74%24.12%-
HSV(B)358.83º91.15%44.31%-
XYZ6.983.750.7-
YUV41.02111.62179.34-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 83.70%
GREEN value IS 10 (4.30% from 255) = 7.41%
BLUE value IS 12 (5.08% from 255) = 8.89%
R=83.70%
G=7.41%
B=8.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.89
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113101200.910.890.56358.8383.7424.12
Hex71AC05B59381675418
Octal161121401331317054712430
Binary111000110101100010110111011001111000101100111101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710A0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710A0C; }

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

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

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

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

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

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

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

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