#6D0027

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

Shades of Burgundy #6D0027

Tints of Burgundy #6D0027

Color information

#6D0027 (or 0x6D0027) is unknown color: approx Burgundy. HEX triplet: 6D, 00 and 27. RGB value is (109,0,39). Sum of RGB (Red+Green+Blue) = 109+0+39=148 (19% of max value = 765). Red value is 109 (42.97% from 255 or 73.65% from 148); Green value is 0 (0.39% from 255 or 0% from 148); Blue value is 39 (15.62% from 255 or 26.35% from 148); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0027 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D0027 is #92FFD8. Grayscale: #242424. Windows color (decimal): -9633753 or 2556013. OLE color: 2556013.

HSL color Cylindrical-coordinate representation of color #6D0027: hue angle of 338.53º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6D0027 is Cyan = 0, Magento = 1, Yellow = 0.64 and Black (K on CMYK) = 0.57.

Color convert

RGB109039-
CMYK010.640.57
HSL338.53º100%21.37%-
HSV(B)338.53º100%42.75%-
XYZ6.673.42.22-
YUV37.04129.11179.33-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 73.65%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 39 (15.62% from 255) = 26.35%
R=73.65%
G=0%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.64
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109039010.640.57338.5310021.37
Hex6D02706440391536415
Octal15504701441007152314425
Binary11011010100111011001001000000111001101010011110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D0027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,0,39); }

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

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

 a { background-color: rgb(109,0,39); }

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

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

 span { border-color: rgb(109,0,39); }

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