#71082F

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

Shades of Burgundy #71082F

Tints of Burgundy #71082F

Color information

#71082F (or 0x71082F) is unknown color: approx Burgundy. HEX triplet: 71, 08 and 2F. RGB value is (113,8,47). Sum of RGB (Red+Green+Blue) = 113+8+47=168 (22% of max value = 765). Red value is 113 (44.53% from 255 or 67.26% from 168); Green value is 8 (3.52% from 255 or 4.76% from 168); Blue value is 47 (18.75% from 255 or 27.98% from 168); Max value from RGB is 113 - color contains mainly: red. Hex color #71082F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71082F is #8EF7D0. Grayscale: #2B2B2B. Windows color (decimal): -9369553 or 3082353. OLE color: 3082353.

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

Color convert

RGB113847-
CMYK00.930.580.56
HSL337.71º86.78%23.73%-
HSV(B)337.71º92.92%44.31%-
XYZ7.413.893.05-
YUV43.84129.79177.33-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 67.26%
GREEN value IS 8 (3.52% from 255) = 4.76%
BLUE value IS 47 (18.75% from 255) = 27.98%
R=67.26%
G=4.76%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.58
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11384700.930.580.56337.7186.7823.73
Hex7182F05D3A381525718
Octal16110570135727052212730
Binary1110001100010111101011101111010111000101010010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71082F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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