#6B020E

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

Shades of Burgundy #6B020E

Tints of Burgundy #6B020E

Color information

#6B020E (or 0x6B020E) is unknown color: approx Burgundy. HEX triplet: 6B, 02 and 0E. RGB value is (107,2,14). Sum of RGB (Red+Green+Blue) = 107+2+14=123 (16% of max value = 765). Red value is 107 (42.19% from 255 or 86.99% from 123); Green value is 2 (1.17% from 255 or 1.63% from 123); Blue value is 14 (5.86% from 255 or 11.38% from 123); Max value from RGB is 107 - color contains mainly: red. Hex color #6B020E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B020E is #94FDF1. Grayscale: #222222. Windows color (decimal): -9764338 or 918123. OLE color: 918123.

HSL color Cylindrical-coordinate representation of color #6B020E: hue angle of 353.14º 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 #6B020E is Cyan = 0, Magento = 0.98, Yellow = 0.87 and Black (K on CMYK) = 0.58.

Color convert

RGB107214-
CMYK00.980.870.58
HSL353.14º96.33%21.37%-
HSV(B)353.14º98.13%41.96%-
XYZ6.163.20.71-
YUV34.76116.29179.52-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 86.99%
GREEN value IS 2 (1.17% from 255) = 1.63%
BLUE value IS 14 (5.86% from 255) = 11.38%
R=86.99%
G=1.63%
B=11.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.87
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10721400.980.870.58353.1496.3321.37
Hex6B2E062573A1616015
Octal15321601421277254114025
Binary1101011101110011000101010111111010101100001110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B020E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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