Shades of Maire #393203
Tints of Maire #393203
RGB
CMYK
RGB Variations
Color information
#393203 (or 0x393203) is known color: Maire. HEX triplet: 39, 32 and 03. RGB value is (57,50,3). Sum of RGB (Red+Green+Blue) = 57+50+3=110 (14% of max value = 765). Red value is 57 (22.66% from 255 or 51.82% from 110); Green value is 50 (19.92% from 255 or 45.45% from 110); Blue value is 3 (1.56% from 255 or 2.73% from 110); Max value from RGB is 57 - color contains mainly: red. Hex color #393203 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393203 is #C6CDFC. Grayscale: #2E2E2E. Windows color (decimal): -13028861 or 209465. OLE color: 209465.
HSL color Cylindrical-coordinate representation of color #393203: hue angle of 52.22º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #393203 is Cyan = 0, Magento = 0.12, Yellow = 0.95 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 50 | 3 | - |
| CMYK | 0 | 0.12 | 0.95 | 0.78 |
| HSL | 52.22º | 0.9% | 0.12% | - |
| HSV(B) | 52.22º | 0.95% | 0.22% | - |
| XYZ | 2.84 | 3.16 | 0.55 | - |
| YUV | 46.74 | 103.32 | 135.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 50 | 3 | 0 | 0.12 | 0.95 | 0.78 | 52.22 | 0.9 | 0.12 |
| Hex | 39 | 32 | 3 | 0 | C | 5F | 4E | 34 | 5A | C |
| Octal | 71 | 62 | 3 | 0 | 14 | 137 | 116 | 64 | 132 | 14 |
| Binary | 111001 | 110010 | 11 | 0 | 1100 | 1011111 | 1001110 | 110100 | 1011010 | 1100 |
Color Harmonies of #393203
Complementary color
Monochromatic Colors of #393203
Black with #393203
Text Example
Text Example
White with #393203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393203; }
p { color: rgb(57,50,3); }
H1.HeaderClassName
{
color: #393203;
}
.AnyTagClassName
{
color: #393203;
}
</style>
background-color css
<style>
a { background-color: #393203; }
a { background-color: rgb(57,50,3); }
div.DivClassName
{
background-color: #393203;
}
.BgClassName
{
background-color: #393203;
}
</style>
border-color css
<style>
span { border-color: #393203; }
span { border-color: rgb(57,50,3); }
td.TdClassName
{
border-color: #393203;
}
.TagClassName
{
border-color: #393203;
}
</style>