Shades of Maire #373102
Tints of Maire #373102
RGB
CMYK
RGB Variations
Color information
#373102 (or 0x373102) is known color: Maire. HEX triplet: 37, 31 and 02. RGB value is (55,49,2). Sum of RGB (Red+Green+Blue) = 55+49+2=106 (14% of max value = 765). Red value is 55 (21.88% from 255 or 51.89% from 106); Green value is 49 (19.53% from 255 or 46.23% from 106); Blue value is 2 (1.17% from 255 or 1.89% from 106); Max value from RGB is 55 - color contains mainly: red. Hex color #373102 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #373102 is #C8CEFD. Grayscale: #2D2D2D. Windows color (decimal): -13160190 or 143671. OLE color: 143671.
HSL color Cylindrical-coordinate representation of color #373102: hue angle of 53.21º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #373102 is Cyan = 0, Magento = 0.11, Yellow = 0.96 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 49 | 2 | - |
| CMYK | 0 | 0.11 | 0.96 | 0.78 |
| HSL | 53.21º | 0.93% | 0.11% | - |
| HSV(B) | 53.21º | 0.96% | 0.22% | - |
| XYZ | 2.68 | 3.01 | 0.5 | - |
| YUV | 45.44 | 103.49 | 134.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 49 | 2 | 0 | 0.11 | 0.96 | 0.78 | 53.21 | 0.93 | 0.11 |
| Hex | 37 | 31 | 2 | 0 | B | 60 | 4E | 35 | 5D | B |
| Octal | 67 | 61 | 2 | 0 | 13 | 140 | 116 | 65 | 135 | 13 |
| Binary | 110111 | 110001 | 10 | 0 | 1011 | 1100000 | 1001110 | 110101 | 1011101 | 1011 |
Color Harmonies of #373102
Complementary color
Monochromatic Colors of #373102
Black with #373102
Text Example
Text Example
White with #373102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373102; }
p { color: rgb(55,49,2); }
H1.HeaderClassName
{
color: #373102;
}
.AnyTagClassName
{
color: #373102;
}
</style>
background-color css
<style>
a { background-color: #373102; }
a { background-color: rgb(55,49,2); }
div.DivClassName
{
background-color: #373102;
}
.BgClassName
{
background-color: #373102;
}
</style>
border-color css
<style>
span { border-color: #373102; }
span { border-color: rgb(55,49,2); }
td.TdClassName
{
border-color: #373102;
}
.TagClassName
{
border-color: #373102;
}
</style>