Shades of Maire #33290A
Tints of Maire #33290A
RGB
CMYK
RGB Variations
Color information
#33290A (or 0x33290A) is known color: Maire. HEX triplet: 33, 29 and 0A. RGB value is (51,41,10). Sum of RGB (Red+Green+Blue) = 51+41+10=102 (13% of max value = 765). Red value is 51 (20.31% from 255 or 50% from 102); Green value is 41 (16.41% from 255 or 40.20% from 102); Blue value is 10 (4.30% from 255 or 9.80% from 102); Max value from RGB is 51 - color contains mainly: red. Hex color #33290A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #33290A is #CCD6F5. Grayscale: #282828. Windows color (decimal): -13424374 or 665907. OLE color: 665907.
HSL color Cylindrical-coordinate representation of color #33290A: hue angle of 45.37º degrees, saturation: 0.67, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33290A is Cyan = 0, Magento = 0.20, Yellow = 0.80 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 41 | 10 | - |
| CMYK | 0 | 0.20 | 0.80 | 0.8 |
| HSL | 45.37º | 0.67% | 0.12% | - |
| HSV(B) | 45.37º | 0.8% | 0.2% | - |
| XYZ | 2.21 | 2.31 | 0.62 | - |
| YUV | 40.46 | 110.81 | 135.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 41 | 10 | 0 | 0.20 | 0.80 | 0.8 | 45.37 | 0.67 | 0.12 |
| Hex | 33 | 29 | A | 0 | 14 | 50 | 50 | 2D | 43 | C |
| Octal | 63 | 51 | 12 | 0 | 24 | 120 | 120 | 55 | 103 | 14 |
| Binary | 110011 | 101001 | 1010 | 0 | 10100 | 1010000 | 1010000 | 101101 | 1000011 | 1100 |
Color Harmonies of #33290A
Complementary color
Monochromatic Colors of #33290A
Black with #33290A
Text Example
Text Example
White with #33290A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33290A; }
p { color: rgb(51,41,10); }
H1.HeaderClassName
{
color: #33290A;
}
.AnyTagClassName
{
color: #33290A;
}
</style>
background-color css
<style>
a { background-color: #33290A; }
a { background-color: rgb(51,41,10); }
div.DivClassName
{
background-color: #33290A;
}
.BgClassName
{
background-color: #33290A;
}
</style>
border-color css
<style>
span { border-color: #33290A; }
span { border-color: rgb(51,41,10); }
td.TdClassName
{
border-color: #33290A;
}
.TagClassName
{
border-color: #33290A;
}
</style>