#6C092A

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

Shades of Burgundy #6C092A

Tints of Burgundy #6C092A

Color information

#6C092A (or 0x6C092A) is unknown color: approx Burgundy. HEX triplet: 6C, 09 and 2A. RGB value is (108,9,42). Sum of RGB (Red+Green+Blue) = 108+9+42=159 (21% of max value = 765). Red value is 108 (42.58% from 255 or 67.92% from 159); Green value is 9 (3.91% from 255 or 5.66% from 159); Blue value is 42 (16.80% from 255 or 26.42% from 159); Max value from RGB is 108 - color contains mainly: red. Hex color #6C092A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C092A is #93F6D5. Grayscale: #2A2A2A. Windows color (decimal): -9696982 or 2754924. OLE color: 2754924.

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

Color convert

RGB108942-
CMYK00.920.610.58
HSL340º84.62%22.94%-
HSV(B)340º91.67%42.35%-
XYZ6.73.552.52-
YUV42.36127.8174.82-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 67.92%
GREEN value IS 9 (3.91% from 255) = 5.66%
BLUE value IS 42 (16.80% from 255) = 26.42%
R=67.92%
G=5.66%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.61
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10894200.920.610.5834084.6222.94
Hex6C92A05C3D3A1545517
Octal15411520134757252412527
Binary1101100100110101001011100111101111010101010100101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C092A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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