#71002A

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

Shades of Burgundy #71002A

Tints of Burgundy #71002A

Color information

#71002A (or 0x71002A) is unknown color: approx Burgundy. HEX triplet: 71, 00 and 2A. RGB value is (113,0,42). Sum of RGB (Red+Green+Blue) = 113+0+42=155 (20% of max value = 765). Red value is 113 (44.53% from 255 or 72.90% from 155); Green value is 0 (0.39% from 255 or 0% from 155); Blue value is 42 (16.80% from 255 or 27.10% from 155); Max value from RGB is 113 - color contains mainly: red. Hex color #71002A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71002A is #8EFFD5. Grayscale: #262626. Windows color (decimal): -9371606 or 2752625. OLE color: 2752625.

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

Color convert

RGB113042-
CMYK010.630.56
HSL337.7º100%22.16%-
HSV(B)337.7º100%44.31%-
XYZ7.233.682.52-
YUV38.58129.94181.08-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 72.90%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 42 (16.80% from 255) = 27.10%
R=72.90%
G=0%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.63
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113042010.630.56337.710022.16
Hex7102A0643F381526416
Octal1610520144777052214426
Binary1110001010101001100100111111111000101010010110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71002A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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