#710822

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

Shades of Burgundy #710822

Tints of Burgundy #710822

Color information

#710822 (or 0x710822) is unknown color: approx Burgundy. HEX triplet: 71, 08 and 22. RGB value is (113,8,34). Sum of RGB (Red+Green+Blue) = 113+8+34=155 (20% of max value = 765). Red value is 113 (44.53% from 255 or 72.90% from 155); Green value is 8 (3.52% from 255 or 5.16% from 155); Blue value is 34 (13.67% from 255 or 21.94% from 155); Max value from RGB is 113 - color contains mainly: red. Hex color #710822 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710822 is #8EF7DD. Grayscale: #2A2A2A. Windows color (decimal): -9369566 or 2230385. OLE color: 2230385.

HSL color Cylindrical-coordinate representation of color #710822: hue angle of 345.14º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #710822 is Cyan = 0, Magento = 0.93, Yellow = 0.70 and Black (K on CMYK) = 0.56.

Color convert

RGB113834-
CMYK00.930.700.56
HSL345.14º86.78%23.73%-
HSV(B)345.14º92.92%44.31%-
XYZ7.193.81.87-
YUV42.36123.29178.39-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 72.90%
GREEN value IS 8 (3.52% from 255) = 5.16%
BLUE value IS 34 (13.67% from 255) = 21.94%
R=72.90%
G=5.16%
B=21.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.70
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11383400.930.700.56345.1486.7823.73
Hex7182205D46381595718
Octal161104201351067053112730
Binary11100011000100010010111011000110111000101011001101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710822; }

 p { color: rgb(113,8,34); }

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

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

 a { background-color: rgb(113,8,34); }

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

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

 span { border-color: rgb(113,8,34); }

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