#6C0313

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

Shades of Burgundy #6C0313

Tints of Burgundy #6C0313

Color information

#6C0313 (or 0x6C0313) is unknown color: approx Burgundy. HEX triplet: 6C, 03 and 13. RGB value is (108,3,19). Sum of RGB (Red+Green+Blue) = 108+3+19=130 (17% of max value = 765). Red value is 108 (42.58% from 255 or 83.08% from 130); Green value is 3 (1.56% from 255 or 2.31% from 130); Blue value is 19 (7.81% from 255 or 14.62% from 130); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0313 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6C0313 is #93FCEC. Grayscale: #242424. Windows color (decimal): -9698541 or 1246060. OLE color: 1246060.

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

Color convert

RGB108319-
CMYK00.970.820.58
HSL350.86º94.59%21.76%-
HSV(B)350.86º97.22%42.35%-
XYZ6.333.30.92-
YUV36.22118.29179.2-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 83.08%
GREEN value IS 3 (1.56% from 255) = 2.31%
BLUE value IS 19 (7.81% from 255) = 14.62%
R=83.08%
G=2.31%
B=14.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.82
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10831900.970.820.58350.8694.5921.76
Hex6C313061523A15f5f16
Octal15432301411227253713726
Binary11011001110011011000011010010111010101011111101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C0313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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