#71002B

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

Shades of Burgundy #71002B

Tints of Burgundy #71002B

Color information

#71002B (or 0x71002B) is unknown color: approx Burgundy. HEX triplet: 71, 00 and 2B. RGB value is (113,0,43). Sum of RGB (Red+Green+Blue) = 113+0+43=156 (20% of max value = 765). Red value is 113 (44.53% from 255 or 72.44% from 156); Green value is 0 (0.39% from 255 or 0% from 156); Blue value is 43 (17.19% from 255 or 27.56% from 156); Max value from RGB is 113 - color contains mainly: red. Hex color #71002B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71002B is #8EFFD4. Grayscale: #262626. Windows color (decimal): -9371605 or 2818161. OLE color: 2818161.

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

Color convert

RGB113043-
CMYK010.620.56
HSL337.17º100%22.16%-
HSV(B)337.17º100%44.31%-
XYZ7.253.692.61-
YUV38.69130.44181-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 72.44%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 43 (17.19% from 255) = 27.56%
R=72.44%
G=0%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.62
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113043010.620.56337.1710022.16
Hex7102B0643E381516416
Octal1610530144767052114426
Binary1110001010101101100100111110111000101010001110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71002B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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