#71001C

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

Shades of Burgundy #71001C

Tints of Burgundy #71001C

Color information

#71001C (or 0x71001C) is unknown color: approx Burgundy. HEX triplet: 71, 00 and 1C. RGB value is (113,0,28). Sum of RGB (Red+Green+Blue) = 113+0+28=141 (18% of max value = 765). Red value is 113 (44.53% from 255 or 80.14% from 141); Green value is 0 (0.39% from 255 or 0% from 141); Blue value is 28 (11.33% from 255 or 19.86% from 141); Max value from RGB is 113 - color contains mainly: red. Hex color #71001C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71001C is #8EFFE3. Grayscale: #242424. Windows color (decimal): -9371620 or 1835121. OLE color: 1835121.

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

Color convert

RGB113028-
CMYK010.750.56
HSL345.13º100%22.16%-
HSV(B)345.13º100%44.31%-
XYZ7.023.591.42-
YUV36.98122.94182.22-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 80.14%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 28 (11.33% from 255) = 19.86%
R=80.14%
G=0%
B=19.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.75
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113028010.750.56345.1310022.16
Hex7101C0644B381596416
Octal16103401441137053114426
Binary1110001011100011001001001011111000101011001110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71001C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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