#6C050E

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

Shades of Burgundy #6C050E

Tints of Burgundy #6C050E

Color information

#6C050E (or 0x6C050E) is unknown color: approx Burgundy. HEX triplet: 6C, 05 and 0E. RGB value is (108,5,14). Sum of RGB (Red+Green+Blue) = 108+5+14=127 (16% of max value = 765). Red value is 108 (42.58% from 255 or 85.04% from 127); Green value is 5 (2.34% from 255 or 3.94% from 127); Blue value is 14 (5.86% from 255 or 11.02% from 127); Max value from RGB is 108 - color contains mainly: red. Hex color #6C050E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6C050E is #93FAF1. Grayscale: #242424. Windows color (decimal): -9698034 or 918892. OLE color: 918892.

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

Color convert

RGB108514-
CMYK00.950.870.58
HSL354.76º91.15%22.16%-
HSV(B)354.76º95.37%42.35%-
XYZ6.323.330.72-
YUV36.82115.12178.77-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 85.04%
GREEN value IS 5 (2.34% from 255) = 3.94%
BLUE value IS 14 (5.86% from 255) = 11.02%
R=85.04%
G=3.94%
B=11.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.87
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10851400.950.870.58354.7691.1522.16
Hex6C5E05F573A1635b16
Octal15451601371277254313326
Binary11011001011110010111111010111111010101100011101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C050E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,5,14); }

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

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

 a { background-color: rgb(108,5,14); }

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

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

 span { border-color: rgb(108,5,14); }

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