Shades of Maire #362D0D
Tints of Maire #362D0D
RGB
CMYK
RGB Variations
Color information
#362D0D (or 0x362D0D) is known color: Maire. HEX triplet: 36, 2D and 0D. RGB value is (54,45,13). Sum of RGB (Red+Green+Blue) = 54+45+13=112 (14% of max value = 765). Red value is 54 (21.48% from 255 or 48.21% from 112); Green value is 45 (17.97% from 255 or 40.18% from 112); Blue value is 13 (5.47% from 255 or 11.61% from 112); Max value from RGB is 54 - color contains mainly: red. Hex color #362D0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362D0D is #C9D2F2. Grayscale: #2C2C2C. Windows color (decimal): -13226739 or 863542. OLE color: 863542.
HSL color Cylindrical-coordinate representation of color #362D0D: hue angle of 46.83º degrees, saturation: 0.61, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #362D0D is Cyan = 0, Magento = 0.17, Yellow = 0.76 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 45 | 13 | - |
| CMYK | 0 | 0.17 | 0.76 | 0.79 |
| HSL | 46.83º | 0.61% | 0.13% | - |
| HSV(B) | 46.83º | 0.76% | 0.21% | - |
| XYZ | 2.53 | 2.69 | 0.77 | - |
| YUV | 44.04 | 110.48 | 135.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 45 | 13 | 0 | 0.17 | 0.76 | 0.79 | 46.83 | 0.61 | 0.13 |
| Hex | 36 | 2D | D | 0 | 11 | 4C | 4F | 2F | 3D | D |
| Octal | 66 | 55 | 15 | 0 | 21 | 114 | 117 | 57 | 75 | 15 |
| Binary | 110110 | 101101 | 1101 | 0 | 10001 | 1001100 | 1001111 | 101111 | 111101 | 1101 |
Color Harmonies of #362D0D
Complementary color
Monochromatic Colors of #362D0D
Black with #362D0D
Text Example
Text Example
White with #362D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362D0D; }
p { color: rgb(54,45,13); }
H1.HeaderClassName
{
color: #362D0D;
}
.AnyTagClassName
{
color: #362D0D;
}
</style>
background-color css
<style>
a { background-color: #362D0D; }
a { background-color: rgb(54,45,13); }
div.DivClassName
{
background-color: #362D0D;
}
.BgClassName
{
background-color: #362D0D;
}
</style>
border-color css
<style>
span { border-color: #362D0D; }
span { border-color: rgb(54,45,13); }
td.TdClassName
{
border-color: #362D0D;
}
.TagClassName
{
border-color: #362D0D;
}
</style>