#6C021F

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

Shades of Burgundy #6C021F

Tints of Burgundy #6C021F

Color information

#6C021F (or 0x6C021F) is unknown color: approx Burgundy. HEX triplet: 6C, 02 and 1F. RGB value is (108,2,31). Sum of RGB (Red+Green+Blue) = 108+2+31=141 (18% of max value = 765). Red value is 108 (42.58% from 255 or 76.60% from 141); Green value is 2 (1.17% from 255 or 1.42% from 141); Blue value is 31 (12.5% from 255 or 21.99% from 141); Max value from RGB is 108 - color contains mainly: red. Hex color #6C021F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C021F is #93FDE0. Grayscale: #242424. Windows color (decimal): -9698785 or 2032236. OLE color: 2032236.

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

Color convert

RGB108231-
CMYK00.980.710.58
HSL343.58º96.36%21.57%-
HSV(B)343.58º98.15%42.35%-
XYZ6.453.331.6-
YUV37124.62178.64-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 76.60%
GREEN value IS 2 (1.17% from 255) = 1.42%
BLUE value IS 31 (12.5% from 255) = 21.99%
R=76.60%
G=1.42%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.71
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10823100.980.710.58343.5896.3621.57
Hex6C21F062473A1586016
Octal15423701421077253014026
Binary11011001011111011000101000111111010101011000110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C021F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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