#6C0929

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

Shades of Burgundy #6C0929

Tints of Burgundy #6C0929

Color information

#6C0929 (or 0x6C0929) is unknown color: approx Burgundy. HEX triplet: 6C, 09 and 29. RGB value is (108,9,41). Sum of RGB (Red+Green+Blue) = 108+9+41=158 (20% of max value = 765). Red value is 108 (42.58% from 255 or 68.35% from 158); Green value is 9 (3.91% from 255 or 5.70% from 158); Blue value is 41 (16.41% from 255 or 25.95% from 158); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0929 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C0929 is #93F6D6. Grayscale: #2A2A2A. Windows color (decimal): -9696983 or 2689388. OLE color: 2689388.

HSL color Cylindrical-coordinate representation of color #6C0929: hue angle of 340.61º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6C0929 is Cyan = 0, Magento = 0.92, Yellow = 0.62 and Black (K on CMYK) = 0.58.

Color convert

RGB108941-
CMYK00.920.620.58
HSL340.61º84.62%22.94%-
HSV(B)340.61º91.67%42.35%-
XYZ6.683.542.43-
YUV42.25127.3174.9-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 68.35%
GREEN value IS 9 (3.91% from 255) = 5.70%
BLUE value IS 41 (16.41% from 255) = 25.95%
R=68.35%
G=5.70%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.62
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10894100.920.620.58340.6184.6222.94
Hex6C92905C3E3A1555517
Octal15411510134767252512527
Binary1101100100110100101011100111110111010101010101101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C0929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,9,41); }

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

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

 a { background-color: rgb(108,9,41); }

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

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

 span { border-color: rgb(108,9,41); }

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