#6C0327

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

Shades of Burgundy #6C0327

Tints of Burgundy #6C0327

Color information

#6C0327 (or 0x6C0327) is unknown color: approx Burgundy. HEX triplet: 6C, 03 and 27. RGB value is (108,3,39). Sum of RGB (Red+Green+Blue) = 108+3+39=150 (19% of max value = 765). Red value is 108 (42.58% from 255 or 72% from 150); Green value is 3 (1.56% from 255 or 2% from 150); Blue value is 39 (15.62% from 255 or 26% from 150); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0327 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C0327 is #93FCD8. Grayscale: #262626. Windows color (decimal): -9698521 or 2556780. OLE color: 2556780.

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

Color convert

RGB108339-
CMYK00.970.640.58
HSL339.43º94.59%21.76%-
HSV(B)339.43º97.22%42.35%-
XYZ6.583.42.23-
YUV38.5128.29177.57-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 72%
GREEN value IS 3 (1.56% from 255) = 2%
BLUE value IS 39 (15.62% from 255) = 26%
R=72%
G=2%
B=26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.64
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10833900.970.640.58339.4394.5921.76
Hex6C327061403A1535f16
Octal15434701411007252313726
Binary110110011100111011000011000000111010101010011101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C0327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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