#710C1A

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

Shades of Burgundy #710C1A

Tints of Burgundy #710C1A

Color information

#710C1A (or 0x710C1A) is unknown color: approx Burgundy. HEX triplet: 71, 0C and 1A. RGB value is (113,12,26). Sum of RGB (Red+Green+Blue) = 113+12+26=151 (20% of max value = 765). Red value is 113 (44.53% from 255 or 74.83% from 151); Green value is 12 (5.08% from 255 or 7.95% from 151); Blue value is 26 (10.55% from 255 or 17.22% from 151); Max value from RGB is 113 - color contains mainly: red. Hex color #710C1A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710C1A is #8EF3E5. Grayscale: #2B2B2B. Windows color (decimal): -9368550 or 1707121. OLE color: 1707121.

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

Color convert

RGB1131226-
CMYK00.890.770.56
HSL351.68º80.8%24.51%-
HSV(B)351.68º89.38%44.31%-
XYZ7.133.851.34-
YUV43.79117.96177.36-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 74.83%
GREEN value IS 12 (5.08% from 255) = 7.95%
BLUE value IS 26 (10.55% from 255) = 17.22%
R=74.83%
G=7.95%
B=17.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.77
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113122600.890.770.56351.6880.824.51
Hex71C1A0594D381605119
Octal161143201311157054012131
Binary1110001110011010010110011001101111000101100000101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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