#71002D

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

Shades of Burgundy #71002D

Tints of Burgundy #71002D

Color information

#71002D (or 0x71002D) is unknown color: approx Burgundy. HEX triplet: 71, 00 and 2D. RGB value is (113,0,45). Sum of RGB (Red+Green+Blue) = 113+0+45=158 (20% of max value = 765). Red value is 113 (44.53% from 255 or 71.52% from 158); Green value is 0 (0.39% from 255 or 0% from 158); Blue value is 45 (17.97% from 255 or 28.48% from 158); Max value from RGB is 113 - color contains mainly: red. Hex color #71002D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71002D is #8EFFD2. Grayscale: #262626. Windows color (decimal): -9371603 or 2949233. OLE color: 2949233.

HSL color Cylindrical-coordinate representation of color #71002D: hue angle of 336.11º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #71002D is Cyan = 0, Magento = 1, Yellow = 0.60 and Black (K on CMYK) = 0.56.

Color convert

RGB113045-
CMYK010.600.56
HSL336.11º100%22.16%-
HSV(B)336.11º100%44.31%-
XYZ7.283.72.81-
YUV38.92131.44180.84-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 71.52%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 45 (17.97% from 255) = 28.48%
R=71.52%
G=0%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.60
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113045010.600.56336.1110022.16
Hex7102D0643C381506416
Octal1610550144747052014426
Binary1110001010110101100100111100111000101010000110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71002D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71002D; }

 p { color: rgb(113,0,45); }

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

<style>
 a { background-color: #71002D; }

 a { background-color: rgb(113,0,45); }

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

<style>
 span { border-color: #71002D; }

 span { border-color: rgb(113,0,45); }

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