#060501

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

Shades of Maire #060501

Tints of Maire #060501

Color information

#060501 (or 0x060501) is unknown color: approx Maire. HEX triplet: 06, 05 and 01. RGB value is (6,5,1). Sum of RGB (Red+Green+Blue) = 6+5+1=12 (1% of max value = 765). Red value is 6 (2.73% from 255 or 50% from 12); Green value is 5 (2.34% from 255 or 41.67% from 12); Blue value is 1 (0.78% from 255 or 8.33% from 12); Max value from RGB is 6 - color contains mainly: red. Hex color #060501 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060501 is #F9FAFE. Grayscale: #040404. Windows color (decimal): -16382719 or 66822. OLE color: 66822.

HSL color Cylindrical-coordinate representation of color #060501: hue angle of 48º degrees, saturation: 0.71, lightness: 0.01%. HSV value (or HSB Brightness) of color is 0.02% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #060501 is Cyan = 0, Magento = 0.17, Yellow = 0.83 and Black (K on CMYK) = 0.98.

Color convert

RGB651-
CMYK00.170.830.98
HSL48º71.43%1.37%-
HSV(B)48º83.33%2.35%-
XYZ0.130.150.05-
YUV4.84125.83128.83-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 50%
GREEN value IS 5 (2.34% from 255) = 41.67%
BLUE value IS 1 (0.78% from 255) = 8.33%
R=50%
G=41.67%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.83
K (Black) values IS 0.98
SystemRedGreenBlueCMYKHSL
Decimal65100.170.830.984871.431.37
Hex651011536230471
Octal651021123142601071
Binary11010110100011010011110001011000010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060501; }

 p { color: rgb(6,5,1); }

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

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

 a { background-color: rgb(6,5,1); }

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

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

 span { border-color: rgb(6,5,1); }

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