#6C032A

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

Shades of Burgundy #6C032A

Tints of Burgundy #6C032A

Color information

#6C032A (or 0x6C032A) is unknown color: approx Burgundy. HEX triplet: 6C, 03 and 2A. RGB value is (108,3,42). Sum of RGB (Red+Green+Blue) = 108+3+42=153 (20% of max value = 765). Red value is 108 (42.58% from 255 or 70.59% from 153); Green value is 3 (1.56% from 255 or 1.96% from 153); Blue value is 42 (16.80% from 255 or 27.45% from 153); Max value from RGB is 108 - color contains mainly: red. Hex color #6C032A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C032A is #93FCD5. Grayscale: #262626. Windows color (decimal): -9698518 or 2753388. OLE color: 2753388.

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

Color convert

RGB108342-
CMYK00.970.610.58
HSL337.71º94.59%21.76%-
HSV(B)337.71º97.22%42.35%-
XYZ6.633.422.5-
YUV38.84129.79177.33-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 70.59%
GREEN value IS 3 (1.56% from 255) = 1.96%
BLUE value IS 42 (16.80% from 255) = 27.45%
R=70.59%
G=1.96%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.61
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10834200.970.610.58337.7194.5921.76
Hex6C32A0613D3A1525f16
Octal1543520141757252213726
Binary11011001110101001100001111101111010101010010101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C032A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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