#6D0201

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

Shades of Maroon #6D0201

Tints of Maroon #6D0201

Color information

#6D0201 (or 0x6D0201) is unknown color: approx Maroon. HEX triplet: 6D, 02 and 01. RGB value is (109,2,1). Sum of RGB (Red+Green+Blue) = 109+2+1=112 (14% of max value = 765). Red value is 109 (42.97% from 255 or 97.32% from 112); Green value is 2 (1.17% from 255 or 1.79% from 112); Blue value is 1 (0.78% from 255 or 0.89% from 112); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0201 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D0201 is #92FDFE. Grayscale: #212121. Windows color (decimal): -9633279 or 66157. OLE color: 66157.

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

Color convert

RGB10921-
CMYK00.980.990.57
HSL0.56º98.18%21.57%-
HSV(B)0.56º99.08%42.75%-
XYZ6.333.30.33-
YUV33.88109.45181.58-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 97.32%
GREEN value IS 2 (1.17% from 255) = 1.79%
BLUE value IS 1 (0.78% from 255) = 0.89%
R=97.32%
G=1.79%
B=0.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.99
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1092100.980.990.570.5698.1821.57
Hex6D21062633916216
Octal15521014214371114226
Binary11011011010110001011000111110011110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D0201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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