#6C0114

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

Shades of Burgundy #6C0114

Tints of Burgundy #6C0114

Color information

#6C0114 (or 0x6C0114) is unknown color: approx Burgundy. HEX triplet: 6C, 01 and 14. RGB value is (108,1,20). Sum of RGB (Red+Green+Blue) = 108+1+20=129 (17% of max value = 765). Red value is 108 (42.58% from 255 or 83.72% from 129); Green value is 1 (0.78% from 255 or 0.78% from 129); Blue value is 20 (8.20% from 255 or 15.50% from 129); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0114 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6C0114 is #93FEEB. Grayscale: #232323. Windows color (decimal): -9699052 or 1311084. OLE color: 1311084.

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

Color convert

RGB108120-
CMYK00.990.810.58
HSL349.35º98.17%21.37%-
HSV(B)349.35º99.07%42.35%-
XYZ6.323.260.96-
YUV35.16119.45179.96-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 83.72%
GREEN value IS 1 (0.78% from 255) = 0.78%
BLUE value IS 20 (8.20% from 255) = 15.50%
R=83.72%
G=0.78%
B=15.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.81
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10812000.990.810.58349.3598.1721.37
Hex6C114063513A15d6215
Octal15412401431217253514225
Binary1101100110100011000111010001111010101011101110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C0114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,1,20); }

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

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

 a { background-color: rgb(108,1,20); }

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

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

 span { border-color: rgb(108,1,20); }

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