#6D0026

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

Shades of Burgundy #6D0026

Tints of Burgundy #6D0026

Color information

#6D0026 (or 0x6D0026) is unknown color: approx Burgundy. HEX triplet: 6D, 00 and 26. RGB value is (109,0,38). Sum of RGB (Red+Green+Blue) = 109+0+38=147 (19% of max value = 765). Red value is 109 (42.97% from 255 or 74.15% from 147); Green value is 0 (0.39% from 255 or 0% from 147); Blue value is 38 (15.23% from 255 or 25.85% from 147); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0026 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D0026 is #92FFD9. Grayscale: #242424. Windows color (decimal): -9633754 or 2490477. OLE color: 2490477.

HSL color Cylindrical-coordinate representation of color #6D0026: hue angle of 339.08º 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 #6D0026 is Cyan = 0, Magento = 1, Yellow = 0.65 and Black (K on CMYK) = 0.57.

Color convert

RGB109038-
CMYK010.650.57
HSL339.08º100%21.37%-
HSV(B)339.08º100%42.75%-
XYZ6.663.392.14-
YUV36.92128.61179.41-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 74.15%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 38 (15.23% from 255) = 25.85%
R=74.15%
G=0%
B=25.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.65
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109038010.650.57339.0810021.37
Hex6D02606441391536415
Octal15504601441017152314425
Binary11011010100110011001001000001111001101010011110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D0026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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