#6C0126

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

Shades of Burgundy #6C0126

Tints of Burgundy #6C0126

Color information

#6C0126 (or 0x6C0126) is unknown color: approx Burgundy. HEX triplet: 6C, 01 and 26. RGB value is (108,1,38). Sum of RGB (Red+Green+Blue) = 108+1+38=147 (19% of max value = 765). Red value is 108 (42.58% from 255 or 73.47% from 147); Green value is 1 (0.78% from 255 or 0.68% from 147); Blue value is 38 (15.23% from 255 or 25.85% from 147); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0126 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C0126 is #93FED9. Grayscale: #252525. Windows color (decimal): -9699034 or 2490732. OLE color: 2490732.

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

Color convert

RGB108138-
CMYK00.990.650.58
HSL339.25º98.17%21.37%-
HSV(B)339.25º99.07%42.35%-
XYZ6.553.352.14-
YUV37.21128.45178.49-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 73.47%
GREEN value IS 1 (0.78% from 255) = 0.68%
BLUE value IS 38 (15.23% from 255) = 25.85%
R=73.47%
G=0.68%
B=25.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.65
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10813800.990.650.58339.2598.1721.37
Hex6C126063413A1536215
Octal15414601431017252314225
Binary11011001100110011000111000001111010101010011110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C0126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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