#6B0511

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

Shades of Burgundy #6B0511

Tints of Burgundy #6B0511

Color information

#6B0511 (or 0x6B0511) is unknown color: approx Burgundy. HEX triplet: 6B, 05 and 11. RGB value is (107,5,17). Sum of RGB (Red+Green+Blue) = 107+5+17=129 (17% of max value = 765). Red value is 107 (42.19% from 255 or 82.95% from 129); Green value is 5 (2.34% from 255 or 3.88% from 129); Blue value is 17 (7.03% from 255 or 13.18% from 129); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0511 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B0511 is #94FAEE. Grayscale: #242424. Windows color (decimal): -9763567 or 1115499. OLE color: 1115499.

HSL color Cylindrical-coordinate representation of color #6B0511: hue angle of 352.94º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6B0511 is Cyan = 0, Magento = 0.95, Yellow = 0.84 and Black (K on CMYK) = 0.58.

Color convert

RGB107517-
CMYK00.950.840.58
HSL352.94º91.07%21.96%-
HSV(B)352.94º95.33%41.96%-
XYZ6.223.270.83-
YUV36.87116.79178.02-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 82.95%
GREEN value IS 5 (2.34% from 255) = 3.88%
BLUE value IS 17 (7.03% from 255) = 13.18%
R=82.95%
G=3.88%
B=13.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.84
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10751700.950.840.58352.9491.0721.96
Hex6B51105F543A1615b16
Octal15352101371247254113326
Binary110101110110001010111111010100111010101100001101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6B0511; }

 p { color: rgb(107,5,17); }

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

<style>
 a { background-color: #6B0511; }

 a { background-color: rgb(107,5,17); }

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

<style>
 span { border-color: #6B0511; }

 span { border-color: rgb(107,5,17); }

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