#710A29

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

Shades of Burgundy #710A29

Tints of Burgundy #710A29

Color information

#710A29 (or 0x710A29) is unknown color: approx Burgundy. HEX triplet: 71, 0A and 29. RGB value is (113,10,41). Sum of RGB (Red+Green+Blue) = 113+10+41=164 (21% of max value = 765). Red value is 113 (44.53% from 255 or 68.90% from 164); Green value is 10 (4.30% from 255 or 6.10% from 164); Blue value is 41 (16.41% from 255 or 25% from 164); Max value from RGB is 113 - color contains mainly: red. Hex color #710A29 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710A29 is #8EF5D6. Grayscale: #2C2C2C. Windows color (decimal): -9369047 or 2689649. OLE color: 2689649.

HSL color Cylindrical-coordinate representation of color #710A29: hue angle of 341.94º 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 #710A29 is Cyan = 0, Magento = 0.91, Yellow = 0.64 and Black (K on CMYK) = 0.56.

Color convert

RGB1131041-
CMYK00.910.640.56
HSL341.94º83.74%24.12%-
HSV(B)341.94º91.15%44.31%-
XYZ7.323.892.46-
YUV44.33126.12176.98-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 68.90%
GREEN value IS 10 (4.30% from 255) = 6.10%
BLUE value IS 41 (16.41% from 255) = 25%
R=68.90%
G=6.10%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.64
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113104100.910.640.56341.9483.7424.12
Hex71A2905B40381565418
Octal161125101331007052612430
Binary11100011010101001010110111000000111000101010110101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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