#6C0828

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

Shades of Burgundy #6C0828

Tints of Burgundy #6C0828

Color information

#6C0828 (or 0x6C0828) is unknown color: approx Burgundy. HEX triplet: 6C, 08 and 28. RGB value is (108,8,40). Sum of RGB (Red+Green+Blue) = 108+8+40=156 (20% of max value = 765). Red value is 108 (42.58% from 255 or 69.23% from 156); Green value is 8 (3.52% from 255 or 5.13% from 156); Blue value is 40 (16.02% from 255 or 25.64% from 156); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0828 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C0828 is #93F7D7. Grayscale: #292929. Windows color (decimal): -9697240 or 2623596. OLE color: 2623596.

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

Color convert

RGB108840-
CMYK00.930.630.58
HSL340.8º86.21%22.75%-
HSV(B)340.8º92.59%42.35%-
XYZ6.653.522.34-
YUV41.55127.13175.4-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 69.23%
GREEN value IS 8 (3.52% from 255) = 5.13%
BLUE value IS 40 (16.02% from 255) = 25.64%
R=69.23%
G=5.13%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.63
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10884000.930.630.58340.886.2122.75
Hex6C82805D3F3A1555617
Octal15410500135777252512627
Binary1101100100010100001011101111111111010101010101101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C0828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,8,40); }

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

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

 a { background-color: rgb(108,8,40); }

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

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

 span { border-color: rgb(108,8,40); }

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