#6D1303

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

Shades of Maroon #6D1303

Tints of Maroon #6D1303

Color information

#6D1303 (or 0x6D1303) is unknown color: approx Maroon. HEX triplet: 6D, 13 and 03. RGB value is (109,19,3). Sum of RGB (Red+Green+Blue) = 109+19+3=131 (17% of max value = 765). Red value is 109 (42.97% from 255 or 83.21% from 131); Green value is 19 (7.81% from 255 or 14.50% from 131); Blue value is 3 (1.56% from 255 or 2.29% from 131); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1303 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D1303 is #92ECFC. Grayscale: #2C2C2C. Windows color (decimal): -9628925 or 201581. OLE color: 201581.

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

Color convert

RGB109193-
CMYK00.830.970.57
HSL9.06º94.64%21.96%-
HSV(B)9.06º97.25%42.75%-
XYZ6.563.720.46-
YUV44.09104.82174.3-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 83.21%
GREEN value IS 19 (7.81% from 255) = 14.50%
BLUE value IS 3 (1.56% from 255) = 2.29%
R=83.21%
G=14.50%
B=2.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.97
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10919300.830.970.579.0694.6421.96
Hex6D133053613995f16
Octal1552330123141711113726
Binary110110110011110101001111000011110011001101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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