#6C031E

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

Shades of Burgundy #6C031E

Tints of Burgundy #6C031E

Color information

#6C031E (or 0x6C031E) is unknown color: approx Burgundy. HEX triplet: 6C, 03 and 1E. RGB value is (108,3,30). Sum of RGB (Red+Green+Blue) = 108+3+30=141 (18% of max value = 765). Red value is 108 (42.58% from 255 or 76.60% from 141); Green value is 3 (1.56% from 255 or 2.13% from 141); Blue value is 30 (12.11% from 255 or 21.28% from 141); Max value from RGB is 108 - color contains mainly: red. Hex color #6C031E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C031E is #93FCE1. Grayscale: #252525. Windows color (decimal): -9698530 or 1966956. OLE color: 1966956.

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

Color convert

RGB108330-
CMYK00.970.720.58
HSL344.57º94.59%21.76%-
HSV(B)344.57º97.22%42.35%-
XYZ6.453.351.53-
YUV37.47123.79178.3-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 76.60%
GREEN value IS 3 (1.56% from 255) = 2.13%
BLUE value IS 30 (12.11% from 255) = 21.28%
R=76.60%
G=2.13%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.72
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10833000.970.720.58344.5794.5921.76
Hex6C31E061483A1595f16
Octal15433601411107253113726
Binary11011001111110011000011001000111010101011001101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C031E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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