#6C012A

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

Shades of Burgundy #6C012A

Tints of Burgundy #6C012A

Color information

#6C012A (or 0x6C012A) is unknown color: approx Burgundy. HEX triplet: 6C, 01 and 2A. RGB value is (108,1,42). Sum of RGB (Red+Green+Blue) = 108+1+42=151 (20% of max value = 765). Red value is 108 (42.58% from 255 or 71.52% from 151); Green value is 1 (0.78% from 255 or 0.66% from 151); Blue value is 42 (16.80% from 255 or 27.81% from 151); Max value from RGB is 108 - color contains mainly: red. Hex color #6C012A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C012A is #93FED5. Grayscale: #252525. Windows color (decimal): -9699030 or 2752876. OLE color: 2752876.

HSL color Cylindrical-coordinate representation of color #6C012A: hue angle of 337.01º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6C012A is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.58.

Color convert

RGB108142-
CMYK00.990.610.58
HSL337.01º98.17%21.37%-
HSV(B)337.01º99.07%42.35%-
XYZ6.613.382.49-
YUV37.67130.45178.17-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 71.52%
GREEN value IS 1 (0.78% from 255) = 0.66%
BLUE value IS 42 (16.80% from 255) = 27.81%
R=71.52%
G=0.66%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.61
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10814200.990.610.58337.0198.1721.37
Hex6C12A0633D3A1516215
Octal1541520143757252114225
Binary1101100110101001100011111101111010101010001110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C012A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,1,42); }

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

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

 a { background-color: rgb(108,1,42); }

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

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

 span { border-color: rgb(108,1,42); }

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