#6D0028

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

Shades of Burgundy #6D0028

Tints of Burgundy #6D0028

Color information

#6D0028 (or 0x6D0028) is unknown color: approx Burgundy. HEX triplet: 6D, 00 and 28. RGB value is (109,0,40). Sum of RGB (Red+Green+Blue) = 109+0+40=149 (19% of max value = 765). Red value is 109 (42.97% from 255 or 73.15% from 149); Green value is 0 (0.39% from 255 or 0% from 149); Blue value is 40 (16.02% from 255 or 26.85% from 149); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0028 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D0028 is #92FFD7. Grayscale: #252525. Windows color (decimal): -9633752 or 2621549. OLE color: 2621549.

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

Color convert

RGB109040-
CMYK010.630.57
HSL337.98º100%21.37%-
HSV(B)337.98º100%42.75%-
XYZ6.693.42.31-
YUV37.15129.61179.25-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 73.15%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 40 (16.02% from 255) = 26.85%
R=73.15%
G=0%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.63
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109040010.630.57337.9810021.37
Hex6D0280643F391526415
Octal1550500144777152214425
Binary1101101010100001100100111111111001101010010110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D0028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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