#71092F

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

Shades of Burgundy #71092F

Tints of Burgundy #71092F

Color information

#71092F (or 0x71092F) is unknown color: approx Burgundy. HEX triplet: 71, 09 and 2F. RGB value is (113,9,47). Sum of RGB (Red+Green+Blue) = 113+9+47=169 (22% of max value = 765). Red value is 113 (44.53% from 255 or 66.86% from 169); Green value is 9 (3.91% from 255 or 5.33% from 169); Blue value is 47 (18.75% from 255 or 27.81% from 169); Max value from RGB is 113 - color contains mainly: red. Hex color #71092F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71092F is #8EF6D0. Grayscale: #2C2C2C. Windows color (decimal): -9369297 or 3082609. OLE color: 3082609.

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

Color convert

RGB113947-
CMYK00.920.580.56
HSL338.08º85.25%23.92%-
HSV(B)338.08º92.04%44.31%-
XYZ7.423.913.05-
YUV44.43129.46176.91-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 66.86%
GREEN value IS 9 (3.91% from 255) = 5.33%
BLUE value IS 47 (18.75% from 255) = 27.81%
R=66.86%
G=5.33%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.58
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11394700.920.580.56338.0885.2523.92
Hex7192F05C3A381525518
Octal16111570134727052212530
Binary1110001100110111101011100111010111000101010010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71092F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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