Shades of Maire #23210D
Tints of Maire #23210D
RGB
CMYK
RGB Variations
Color information
#23210D (or 0x23210D) is known color: Maire. HEX triplet: 23, 21 and 0D. RGB value is (35,33,13). Sum of RGB (Red+Green+Blue) = 35+33+13=81 (10% of max value = 765). Red value is 35 (14.06% from 255 or 43.21% from 81); Green value is 33 (13.28% from 255 or 40.74% from 81); Blue value is 13 (5.47% from 255 or 16.05% from 81); Max value from RGB is 35 - color contains mainly: red. Hex color #23210D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #23210D is #DCDEF2. Grayscale: #1F1F1F. Windows color (decimal): -14474995 or 860451. OLE color: 860451.
HSL color Cylindrical-coordinate representation of color #23210D: hue angle of 54.55º 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 #23210D is Cyan = 0, Magento = 0.06, Yellow = 0.63 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 33 | 13 | - |
| CMYK | 0 | 0.06 | 0.63 | 0.86 |
| HSL | 54.55º | 0.46% | 0.09% | - |
| HSV(B) | 54.55º | 0.63% | 0.14% | - |
| XYZ | 1.31 | 1.47 | 0.6 | - |
| YUV | 31.32 | 117.66 | 130.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 33 | 13 | 0 | 0.06 | 0.63 | 0.86 | 54.55 | 0.46 | 0.09 |
| Hex | 23 | 21 | D | 0 | 6 | 3F | 56 | 37 | 2E | 9 |
| Octal | 43 | 41 | 15 | 0 | 6 | 77 | 126 | 67 | 56 | 11 |
| Binary | 100011 | 100001 | 1101 | 0 | 110 | 111111 | 1010110 | 110111 | 101110 | 1001 |
Color Harmonies of #23210D
Complementary color
Monochromatic Colors of #23210D
Black with #23210D
Text Example
Text Example
White with #23210D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23210D; }
p { color: rgb(35,33,13); }
H1.HeaderClassName
{
color: #23210D;
}
.AnyTagClassName
{
color: #23210D;
}
</style>
background-color css
<style>
a { background-color: #23210D; }
a { background-color: rgb(35,33,13); }
div.DivClassName
{
background-color: #23210D;
}
.BgClassName
{
background-color: #23210D;
}
</style>
border-color css
<style>
span { border-color: #23210D; }
span { border-color: rgb(35,33,13); }
td.TdClassName
{
border-color: #23210D;
}
.TagClassName
{
border-color: #23210D;
}
</style>