#6C072A

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

Shades of Burgundy #6C072A

Tints of Burgundy #6C072A

Color information

#6C072A (or 0x6C072A) is unknown color: approx Burgundy. HEX triplet: 6C, 07 and 2A. RGB value is (108,7,42). Sum of RGB (Red+Green+Blue) = 108+7+42=157 (20% of max value = 765). Red value is 108 (42.58% from 255 or 68.79% from 157); Green value is 7 (3.12% from 255 or 4.46% from 157); Blue value is 42 (16.80% from 255 or 26.75% from 157); Max value from RGB is 108 - color contains mainly: red. Hex color #6C072A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C072A is #93F8D5. Grayscale: #292929. Windows color (decimal): -9697494 or 2754412. OLE color: 2754412.

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

Color convert

RGB108742-
CMYK00.940.610.58
HSL339.21º87.83%22.55%-
HSV(B)339.21º93.52%42.35%-
XYZ6.683.512.52-
YUV41.19128.46175.65-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 68.79%
GREEN value IS 7 (3.12% from 255) = 4.46%
BLUE value IS 42 (16.80% from 255) = 26.75%
R=68.79%
G=4.46%
B=26.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.61
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10874200.940.610.58339.2187.8322.55
Hex6C72A05E3D3A1535817
Octal1547520136757252313027
Binary110110011110101001011110111101111010101010011101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C072A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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