#6B0217

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

Shades of Burgundy #6B0217

Tints of Burgundy #6B0217

Color information

#6B0217 (or 0x6B0217) is unknown color: approx Burgundy. HEX triplet: 6B, 02 and 17. RGB value is (107,2,23). Sum of RGB (Red+Green+Blue) = 107+2+23=132 (17% of max value = 765). Red value is 107 (42.19% from 255 or 81.06% from 132); Green value is 2 (1.17% from 255 or 1.52% from 132); Blue value is 23 (9.38% from 255 or 17.42% from 132); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0217 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B0217 is #94FDE8. Grayscale: #232323. Windows color (decimal): -9764329 or 1507947. OLE color: 1507947.

HSL color Cylindrical-coordinate representation of color #6B0217: hue angle of 348º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6B0217 is Cyan = 0, Magento = 0.98, Yellow = 0.79 and Black (K on CMYK) = 0.58.

Color convert

RGB107223-
CMYK00.980.790.58
HSL348º96.33%21.37%-
HSV(B)348º98.13%41.96%-
XYZ6.243.231.11-
YUV35.79120.79178.79-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 81.06%
GREEN value IS 2 (1.17% from 255) = 1.52%
BLUE value IS 23 (9.38% from 255) = 17.42%
R=81.06%
G=1.52%
B=17.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.79
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10722300.980.790.5834896.3321.37
Hex6B2170624F3A15c6015
Octal15322701421177253414025
Binary11010111010111011000101001111111010101011100110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,2,23); }

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

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

 a { background-color: rgb(107,2,23); }

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

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

 span { border-color: rgb(107,2,23); }

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