#71021C

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

Shades of Burgundy #71021C

Tints of Burgundy #71021C

Color information

#71021C (or 0x71021C) is unknown color: approx Burgundy. HEX triplet: 71, 02 and 1C. RGB value is (113,2,28). Sum of RGB (Red+Green+Blue) = 113+2+28=143 (18% of max value = 765). Red value is 113 (44.53% from 255 or 79.02% from 143); Green value is 2 (1.17% from 255 or 1.40% from 143); Blue value is 28 (11.33% from 255 or 19.58% from 143); Max value from RGB is 113 - color contains mainly: red. Hex color #71021C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71021C is #8EFDE3. Grayscale: #262626. Windows color (decimal): -9371108 or 1835633. OLE color: 1835633.

HSL color Cylindrical-coordinate representation of color #71021C: hue angle of 345.95º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #71021C is Cyan = 0, Magento = 0.98, Yellow = 0.75 and Black (K on CMYK) = 0.56.

Color convert

RGB113228-
CMYK00.980.750.56
HSL345.95º96.52%22.55%-
HSV(B)345.95º98.23%44.31%-
XYZ7.043.641.43-
YUV38.15122.27181.39-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 79.02%
GREEN value IS 2 (1.17% from 255) = 1.40%
BLUE value IS 28 (11.33% from 255) = 19.58%
R=79.02%
G=1.40%
B=19.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.75
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11322800.980.750.56345.9596.5222.55
Hex7121C0624B3815a6117
Octal16123401421137053214127
Binary11100011011100011000101001011111000101011010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71021C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,2,28); }

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

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

 a { background-color: rgb(113,2,28); }

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

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

 span { border-color: rgb(113,2,28); }

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