#6A0301

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

Shades of Maroon #6A0301

Tints of Maroon #6A0301

Color information

#6A0301 (or 0x6A0301) is unknown color: approx Maroon. HEX triplet: 6A, 03 and 01. RGB value is (106,3,1). Sum of RGB (Red+Green+Blue) = 106+3+1=110 (14% of max value = 765). Red value is 106 (41.80% from 255 or 96.36% from 110); Green value is 3 (1.56% from 255 or 2.73% from 110); Blue value is 1 (0.78% from 255 or 0.91% from 110); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0301 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6A0301 is #95FCFE. Grayscale: #212121. Windows color (decimal): -9829631 or 66410. OLE color: 66410.

HSL color Cylindrical-coordinate representation of color #6A0301: hue angle of 1.14º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6A0301 is Cyan = 0, Magento = 0.97, Yellow = 0.99 and Black (K on CMYK) = 0.58.

Color convert

RGB10631-
CMYK00.970.990.58
HSL1.14º98.13%20.98%-
HSV(B)1.14º99.06%41.57%-
XYZ5.983.130.32-
YUV33.57109.62179.66-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 96.36%
GREEN value IS 3 (1.56% from 255) = 2.73%
BLUE value IS 1 (0.78% from 255) = 0.91%
R=96.36%
G=2.73%
B=0.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.99
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1063100.970.990.581.1498.1320.98
Hex6A31061633A16215
Octal15231014114372114225
Binary11010101110110000111000111110101110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A0301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,3,1); }

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

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

 a { background-color: rgb(106,3,1); }

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

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

 span { border-color: rgb(106,3,1); }

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