#6D051A

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

Shades of Burgundy #6D051A

Tints of Burgundy #6D051A

Color information

#6D051A (or 0x6D051A) is unknown color: approx Burgundy. HEX triplet: 6D, 05 and 1A. RGB value is (109,5,26). Sum of RGB (Red+Green+Blue) = 109+5+26=140 (18% of max value = 765). Red value is 109 (42.97% from 255 or 77.86% from 140); Green value is 5 (2.34% from 255 or 3.57% from 140); Blue value is 26 (10.55% from 255 or 18.57% from 140); Max value from RGB is 109 - color contains mainly: red. Hex color #6D051A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D051A is #92FAE5. Grayscale: #262626. Windows color (decimal): -9632486 or 1705325. OLE color: 1705325.

HSL color Cylindrical-coordinate representation of color #6D051A: hue angle of 347.88º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6D051A is Cyan = 0, Magento = 0.95, Yellow = 0.76 and Black (K on CMYK) = 0.57.

Color convert

RGB109526-
CMYK00.950.760.57
HSL347.88º91.23%22.35%-
HSV(B)347.88º95.41%42.75%-
XYZ6.553.431.3-
YUV38.49120.96178.29-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 77.86%
GREEN value IS 5 (2.34% from 255) = 3.57%
BLUE value IS 26 (10.55% from 255) = 18.57%
R=77.86%
G=3.57%
B=18.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.76
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10952600.950.760.57347.8891.2322.35
Hex6D51A05F4C3915c5b16
Octal15553201371147153413326
Binary110110110111010010111111001100111001101011100101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D051A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,5,26); }

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

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

 a { background-color: rgb(109,5,26); }

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

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

 span { border-color: rgb(109,5,26); }

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