#71092C

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

Shades of Burgundy #71092C

Tints of Burgundy #71092C

Color information

#71092C (or 0x71092C) is unknown color: approx Burgundy. HEX triplet: 71, 09 and 2C. RGB value is (113,9,44). Sum of RGB (Red+Green+Blue) = 113+9+44=166 (21% of max value = 765). Red value is 113 (44.53% from 255 or 68.07% from 166); Green value is 9 (3.91% from 255 or 5.42% from 166); Blue value is 44 (17.58% from 255 or 26.51% from 166); Max value from RGB is 113 - color contains mainly: red. Hex color #71092C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71092C is #8EF6D3. Grayscale: #2C2C2C. Windows color (decimal): -9369300 or 2886001. OLE color: 2886001.

HSL color Cylindrical-coordinate representation of color #71092C: hue angle of 339.81º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #71092C is Cyan = 0, Magento = 0.92, Yellow = 0.61 and Black (K on CMYK) = 0.56.

Color convert

RGB113944-
CMYK00.920.610.56
HSL339.81º85.25%23.92%-
HSV(B)339.81º92.04%44.31%-
XYZ7.363.892.75-
YUV44.09127.96177.15-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 68.07%
GREEN value IS 9 (3.91% from 255) = 5.42%
BLUE value IS 44 (17.58% from 255) = 26.51%
R=68.07%
G=5.42%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.61
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11394400.920.610.56339.8185.2523.92
Hex7192C05C3D381545518
Octal16111540134757052412530
Binary1110001100110110001011100111101111000101010100101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71092C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71092C; }

 p { color: rgb(113,9,44); }

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

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

 a { background-color: rgb(113,9,44); }

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

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

 span { border-color: rgb(113,9,44); }

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