Shades of Maire #23220D
Tints of Maire #23220D
RGB
CMYK
RGB Variations
Color information
#23220D (or 0x23220D) is known color: Maire. HEX triplet: 23, 22 and 0D. RGB value is (35,34,13). Sum of RGB (Red+Green+Blue) = 35+34+13=82 (10% of max value = 765). Red value is 35 (14.06% from 255 or 42.68% from 82); Green value is 34 (13.67% from 255 or 41.46% from 82); Blue value is 13 (5.47% from 255 or 15.85% from 82); Max value from RGB is 35 - color contains mainly: red. Hex color #23220D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #23220D is #DCDDF2. Grayscale: #1F1F1F. Windows color (decimal): -14474739 or 860707. OLE color: 860707.
HSL color Cylindrical-coordinate representation of color #23220D: hue angle of 57.27º degrees, saturation: 0.46, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #23220D is Cyan = 0, Magento = 0.03, Yellow = 0.63 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 34 | 13 | - |
| CMYK | 0 | 0.03 | 0.63 | 0.86 |
| HSL | 57.27º | 0.46% | 0.09% | - |
| HSV(B) | 57.27º | 0.63% | 0.14% | - |
| XYZ | 1.34 | 1.53 | 0.61 | - |
| YUV | 31.91 | 117.33 | 130.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 34 | 13 | 0 | 0.03 | 0.63 | 0.86 | 57.27 | 0.46 | 0.09 |
| Hex | 23 | 22 | D | 0 | 3 | 3F | 56 | 39 | 2E | 9 |
| Octal | 43 | 42 | 15 | 0 | 3 | 77 | 126 | 71 | 56 | 11 |
| Binary | 100011 | 100010 | 1101 | 0 | 11 | 111111 | 1010110 | 111001 | 101110 | 1001 |
Color Harmonies of #23220D
Complementary color
Monochromatic Colors of #23220D
Black with #23220D
Text Example
Text Example
White with #23220D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23220D; }
p { color: rgb(35,34,13); }
H1.HeaderClassName
{
color: #23220D;
}
.AnyTagClassName
{
color: #23220D;
}
</style>
background-color css
<style>
a { background-color: #23220D; }
a { background-color: rgb(35,34,13); }
div.DivClassName
{
background-color: #23220D;
}
.BgClassName
{
background-color: #23220D;
}
</style>
border-color css
<style>
span { border-color: #23220D; }
span { border-color: rgb(35,34,13); }
td.TdClassName
{
border-color: #23220D;
}
.TagClassName
{
border-color: #23220D;
}
</style>