#6B010E

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

Shades of Burgundy #6B010E

Tints of Burgundy #6B010E

Color information

#6B010E (or 0x6B010E) is unknown color: approx Burgundy. HEX triplet: 6B, 01 and 0E. RGB value is (107,1,14). Sum of RGB (Red+Green+Blue) = 107+1+14=122 (16% of max value = 765). Red value is 107 (42.19% from 255 or 87.70% from 122); Green value is 1 (0.78% from 255 or 0.82% from 122); Blue value is 14 (5.86% from 255 or 11.48% from 122); Max value from RGB is 107 - color contains mainly: red. Hex color #6B010E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B010E is #94FEF1. Grayscale: #222222. Windows color (decimal): -9764594 or 917867. OLE color: 917867.

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

Color convert

RGB107114-
CMYK00.990.870.58
HSL352.64º98.15%21.18%-
HSV(B)352.64º99.07%41.96%-
XYZ6.153.180.7-
YUV34.18116.62179.94-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 87.70%
GREEN value IS 1 (0.78% from 255) = 0.82%
BLUE value IS 14 (5.86% from 255) = 11.48%
R=87.70%
G=0.82%
B=11.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.87
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10711400.990.870.58352.6498.1521.18
Hex6B1E063573A1616215
Octal15311601431277254114225
Binary110101111110011000111010111111010101100001110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B010E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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