#6D1301

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

Shades of Maroon #6D1301

Tints of Maroon #6D1301

Color information

#6D1301 (or 0x6D1301) is unknown color: approx Maroon. HEX triplet: 6D, 13 and 01. RGB value is (109,19,1). Sum of RGB (Red+Green+Blue) = 109+19+1=129 (17% of max value = 765). Red value is 109 (42.97% from 255 or 84.50% from 129); Green value is 19 (7.81% from 255 or 14.73% from 129); Blue value is 1 (0.78% from 255 or 0.78% from 129); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1301 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D1301 is #92ECFE. Grayscale: #2C2C2C. Windows color (decimal): -9628927 or 70509. OLE color: 70509.

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

Color convert

RGB109191-
CMYK00.830.990.57
HSL10º98.18%21.57%-
HSV(B)10º99.08%42.75%-
XYZ6.553.720.4-
YUV43.86103.82174.46-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 84.50%
GREEN value IS 19 (7.81% from 255) = 14.73%
BLUE value IS 1 (0.78% from 255) = 0.78%
R=84.50%
G=14.73%
B=0.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.99
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10919100.830.990.571098.1821.57
Hex6D1310536339a6216
Octal1552310123143711214226
Binary11011011001110101001111000111110011010110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,19,1); }

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

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

 a { background-color: rgb(109,19,1); }

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

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

 span { border-color: rgb(109,19,1); }

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