Shades of Maire #23200A
Tints of Maire #23200A
RGB
CMYK
RGB Variations
Color information
#23200A (or 0x23200A) is known color: Maire. HEX triplet: 23, 20 and 0A. RGB value is (35,32,10). Sum of RGB (Red+Green+Blue) = 35+32+10=77 (10% of max value = 765). Red value is 35 (14.06% from 255 or 45.45% from 77); Green value is 32 (12.89% from 255 or 41.56% from 77); Blue value is 10 (4.30% from 255 or 12.99% from 77); Max value from RGB is 35 - color contains mainly: red. Hex color #23200A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #23200A is #DCDFF5. Grayscale: #1E1E1E. Windows color (decimal): -14475254 or 663587. OLE color: 663587.
HSL color Cylindrical-coordinate representation of color #23200A: hue angle of 52.8º degrees, saturation: 0.56, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #23200A is Cyan = 0, Magento = 0.09, Yellow = 0.71 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 32 | 10 | - |
| CMYK | 0 | 0.09 | 0.71 | 0.86 |
| HSL | 52.8º | 0.56% | 0.09% | - |
| HSV(B) | 52.8º | 0.71% | 0.14% | - |
| XYZ | 1.26 | 1.41 | 0.49 | - |
| YUV | 30.39 | 116.49 | 131.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 32 | 10 | 0 | 0.09 | 0.71 | 0.86 | 52.8 | 0.56 | 0.09 |
| Hex | 23 | 20 | A | 0 | 9 | 47 | 56 | 35 | 38 | 9 |
| Octal | 43 | 40 | 12 | 0 | 11 | 107 | 126 | 65 | 70 | 11 |
| Binary | 100011 | 100000 | 1010 | 0 | 1001 | 1000111 | 1010110 | 110101 | 111000 | 1001 |
Color Harmonies of #23200A
Complementary color
Monochromatic Colors of #23200A
Black with #23200A
Text Example
Text Example
White with #23200A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23200A; }
p { color: rgb(35,32,10); }
H1.HeaderClassName
{
color: #23200A;
}
.AnyTagClassName
{
color: #23200A;
}
</style>
background-color css
<style>
a { background-color: #23200A; }
a { background-color: rgb(35,32,10); }
div.DivClassName
{
background-color: #23200A;
}
.BgClassName
{
background-color: #23200A;
}
</style>
border-color css
<style>
span { border-color: #23200A; }
span { border-color: rgb(35,32,10); }
td.TdClassName
{
border-color: #23200A;
}
.TagClassName
{
border-color: #23200A;
}
</style>