Shades of Maire #362A01
Tints of Maire #362A01
RGB
CMYK
RGB Variations
Color information
#362A01 (or 0x362A01) is known color: Maire. HEX triplet: 36, 2A and 01. RGB value is (54,42,1). Sum of RGB (Red+Green+Blue) = 54+42+1=97 (12% of max value = 765). Red value is 54 (21.48% from 255 or 55.67% from 97); Green value is 42 (16.80% from 255 or 43.30% from 97); Blue value is 1 (0.78% from 255 or 1.03% from 97); Max value from RGB is 54 - color contains mainly: red. Hex color #362A01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362A01 is #C9D5FE. Grayscale: #292929. Windows color (decimal): -13227519 or 76342. OLE color: 76342.
HSL color Cylindrical-coordinate representation of color #362A01: hue angle of 46.42º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #362A01 is Cyan = 0, Magento = 0.22, Yellow = 0.98 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 42 | 1 | - |
| CMYK | 0 | 0.22 | 0.98 | 0.79 |
| HSL | 46.42º | 0.96% | 0.11% | - |
| HSV(B) | 46.42º | 0.98% | 0.21% | - |
| XYZ | 2.35 | 2.44 | 0.38 | - |
| YUV | 40.91 | 105.48 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 42 | 1 | 0 | 0.22 | 0.98 | 0.79 | 46.42 | 0.96 | 0.11 |
| Hex | 36 | 2A | 1 | 0 | 16 | 62 | 4F | 2E | 60 | B |
| Octal | 66 | 52 | 1 | 0 | 26 | 142 | 117 | 56 | 140 | 13 |
| Binary | 110110 | 101010 | 1 | 0 | 10110 | 1100010 | 1001111 | 101110 | 1100000 | 1011 |
Color Harmonies of #362A01
Complementary color
Monochromatic Colors of #362A01
Black with #362A01
Text Example
Text Example
White with #362A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362A01; }
p { color: rgb(54,42,1); }
H1.HeaderClassName
{
color: #362A01;
}
.AnyTagClassName
{
color: #362A01;
}
</style>
background-color css
<style>
a { background-color: #362A01; }
a { background-color: rgb(54,42,1); }
div.DivClassName
{
background-color: #362A01;
}
.BgClassName
{
background-color: #362A01;
}
</style>
border-color css
<style>
span { border-color: #362A01; }
span { border-color: rgb(54,42,1); }
td.TdClassName
{
border-color: #362A01;
}
.TagClassName
{
border-color: #362A01;
}
</style>