#6C021B

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

Shades of Burgundy #6C021B

Tints of Burgundy #6C021B

Color information

#6C021B (or 0x6C021B) is unknown color: approx Burgundy. HEX triplet: 6C, 02 and 1B. RGB value is (108,2,27). Sum of RGB (Red+Green+Blue) = 108+2+27=137 (18% of max value = 765). Red value is 108 (42.58% from 255 or 78.83% from 137); Green value is 2 (1.17% from 255 or 1.46% from 137); Blue value is 27 (10.94% from 255 or 19.71% from 137); Max value from RGB is 108 - color contains mainly: red. Hex color #6C021B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C021B is #93FDE4. Grayscale: #242424. Windows color (decimal): -9698789 or 1770092. OLE color: 1770092.

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

Color convert

RGB108227-
CMYK00.980.750.58
HSL345.85º96.36%21.57%-
HSV(B)345.85º98.15%42.35%-
XYZ6.43.311.34-
YUV36.54122.62178.97-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 78.83%
GREEN value IS 2 (1.17% from 255) = 1.46%
BLUE value IS 27 (10.94% from 255) = 19.71%
R=78.83%
G=1.46%
B=19.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.75
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10822700.980.750.58345.8596.3621.57
Hex6C21B0624B3A15a6016
Octal15423301421137253214026
Binary11011001011011011000101001011111010101011010110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C021B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,2,27); }

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

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

 a { background-color: rgb(108,2,27); }

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

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

 span { border-color: rgb(108,2,27); }

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