Shades of Maire #060502
Tints of Maire #060502
RGB
CMYK
RGB Variations
Color information
#060502 (or 0x060502) is known color: Maire. HEX triplet: 06, 05 and 02. RGB value is (6,5,2). Sum of RGB (Red+Green+Blue) = 6+5+2=13 (1% of max value = 765). Red value is 6 (2.73% from 255 or 46.15% from 13); Green value is 5 (2.34% from 255 or 38.46% from 13); Blue value is 2 (1.17% from 255 or 15.38% from 13); Max value from RGB is 6 - color contains mainly: red. Hex color #060502 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060502 is #F9FAFD. Grayscale: #040404. Windows color (decimal): -16382718 or 132358. OLE color: 132358.
HSL color Cylindrical-coordinate representation of color #060502: hue angle of 45º degrees, saturation: 0.5, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.02% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #060502 is Cyan = 0, Magento = 0.17, Yellow = 0.67 and Black (K on CMYK) = 0.98.
Color convert
RGB | 6 | 5 | 2 | - |
CMYK | 0 | 0.17 | 0.67 | 0.98 |
HSL | 45º | 0.5% | 0.02% | - |
HSV(B) | 45º | 0.67% | 0.02% | - |
XYZ | 0.14 | 0.15 | 0.08 | - |
YUV | 4.96 | 126.33 | 128.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 6 | 5 | 2 | 0 | 0.17 | 0.67 | 0.98 | 45 | 0.5 | 0.02 |
Hex | 6 | 5 | 2 | 0 | 11 | 43 | 62 | 2D | 32 | 2 |
Octal | 6 | 5 | 2 | 0 | 21 | 103 | 142 | 55 | 62 | 2 |
Binary | 110 | 101 | 10 | 0 | 10001 | 1000011 | 1100010 | 101101 | 110010 | 10 |
Color Harmonies of #060502
Complementary color
Monochromatic Colors of #060502
Black with #060502
Text Example
Text Example
White with #060502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060502; }
p { color: rgb(6,5,2); }
H1.HeaderClassName
{
color: #060502;
}
.AnyTagClassName
{
color: #060502;
}
</style>
background-color css
<style>
a { background-color: #060502; }
a { background-color: rgb(6,5,2); }
div.DivClassName
{
background-color: #060502;
}
.BgClassName
{
background-color: #060502;
}
</style>
border-color css
<style>
span { border-color: #060502; }
span { border-color: rgb(6,5,2); }
td.TdClassName
{
border-color: #060502;
}
.TagClassName
{
border-color: #060502;
}
</style>