#71061C

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

Shades of Burgundy #71061C

Tints of Burgundy #71061C

Color information

#71061C (or 0x71061C) is unknown color: approx Burgundy. HEX triplet: 71, 06 and 1C. RGB value is (113,6,28). Sum of RGB (Red+Green+Blue) = 113+6+28=147 (19% of max value = 765). Red value is 113 (44.53% from 255 or 76.87% from 147); Green value is 6 (2.73% from 255 or 4.08% from 147); Blue value is 28 (11.33% from 255 or 19.05% from 147); Max value from RGB is 113 - color contains mainly: red. Hex color #71061C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71061C is #8EF9E3. Grayscale: #282828. Windows color (decimal): -9370084 or 1836657. OLE color: 1836657.

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

Color convert

RGB113628-
CMYK00.950.750.56
HSL347.66º89.92%23.33%-
HSV(B)347.66º94.69%44.31%-
XYZ7.083.721.44-
YUV40.5120.95179.71-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 76.87%
GREEN value IS 6 (2.73% from 255) = 4.08%
BLUE value IS 28 (11.33% from 255) = 19.05%
R=76.87%
G=4.08%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.75
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11362800.950.750.56347.6689.9223.33
Hex7161C05F4B3815c5a17
Octal16163401371137053413227
Binary111000111011100010111111001011111000101011100101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71061C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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