#71092E

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

Shades of Burgundy #71092E

Tints of Burgundy #71092E

Color information

#71092E (or 0x71092E) is unknown color: approx Burgundy. HEX triplet: 71, 09 and 2E. RGB value is (113,9,46). Sum of RGB (Red+Green+Blue) = 113+9+46=168 (22% of max value = 765). Red value is 113 (44.53% from 255 or 67.26% from 168); Green value is 9 (3.91% from 255 or 5.36% from 168); Blue value is 46 (18.36% from 255 or 27.38% from 168); Max value from RGB is 113 - color contains mainly: red. Hex color #71092E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71092E is #8EF6D1. Grayscale: #2C2C2C. Windows color (decimal): -9369298 or 3017073. OLE color: 3017073.

HSL color Cylindrical-coordinate representation of color #71092E: hue angle of 338.65º 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 #71092E is Cyan = 0, Magento = 0.92, Yellow = 0.59 and Black (K on CMYK) = 0.56.

Color convert

RGB113946-
CMYK00.920.590.56
HSL338.65º85.25%23.92%-
HSV(B)338.65º92.04%44.31%-
XYZ7.43.92.95-
YUV44.31128.96176.99-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 67.26%
GREEN value IS 9 (3.91% from 255) = 5.36%
BLUE value IS 46 (18.36% from 255) = 27.38%
R=67.26%
G=5.36%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.59
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11394600.920.590.56338.6585.2523.92
Hex7192E05C3B381535518
Octal16111560134737052312530
Binary1110001100110111001011100111011111000101010011101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71092E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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