#6C0328

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

Shades of Burgundy #6C0328

Tints of Burgundy #6C0328

Color information

#6C0328 (or 0x6C0328) is unknown color: approx Burgundy. HEX triplet: 6C, 03 and 28. RGB value is (108,3,40). Sum of RGB (Red+Green+Blue) = 108+3+40=151 (20% of max value = 765). Red value is 108 (42.58% from 255 or 71.52% from 151); Green value is 3 (1.56% from 255 or 1.99% from 151); Blue value is 40 (16.02% from 255 or 26.49% from 151); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0328 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C0328 is #93FCD7. Grayscale: #262626. Windows color (decimal): -9698520 or 2622316. OLE color: 2622316.

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

Color convert

RGB108340-
CMYK00.970.630.58
HSL338.86º94.59%21.76%-
HSV(B)338.86º97.22%42.35%-
XYZ6.63.412.32-
YUV38.61128.79177.49-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 71.52%
GREEN value IS 3 (1.56% from 255) = 1.99%
BLUE value IS 40 (16.02% from 255) = 26.49%
R=71.52%
G=1.99%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.63
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10834000.970.630.58338.8694.5921.76
Hex6C3280613F3A1535f16
Octal1543500141777252313726
Binary11011001110100001100001111111111010101010011101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C0328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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