#71092B

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

Shades of Burgundy #71092B

Tints of Burgundy #71092B

Color information

#71092B (or 0x71092B) is unknown color: approx Burgundy. HEX triplet: 71, 09 and 2B. RGB value is (113,9,43). Sum of RGB (Red+Green+Blue) = 113+9+43=165 (21% of max value = 765). Red value is 113 (44.53% from 255 or 68.48% from 165); Green value is 9 (3.91% from 255 or 5.45% from 165); Blue value is 43 (17.19% from 255 or 26.06% from 165); Max value from RGB is 113 - color contains mainly: red. Hex color #71092B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71092B is #8EF6D4. Grayscale: #2B2B2B. Windows color (decimal): -9369301 or 2820465. OLE color: 2820465.

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

Color convert

RGB113943-
CMYK00.920.620.56
HSL340.38º85.25%23.92%-
HSV(B)340.38º92.04%44.31%-
XYZ7.343.882.65-
YUV43.97127.46177.24-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 68.48%
GREEN value IS 9 (3.91% from 255) = 5.45%
BLUE value IS 43 (17.19% from 255) = 26.06%
R=68.48%
G=5.45%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.62
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11394300.920.620.56340.3885.2523.92
Hex7192B05C3E381545518
Octal16111530134767052412530
Binary1110001100110101101011100111110111000101010100101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71092B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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