Shades of Moccaccino #512A2A
Tints of Moccaccino #512A2A
RGB
CMYK
RGB Variations
Color information
#512A2A (or 0x512A2A) is known color: Moccaccino. HEX triplet: 51, 2A and 2A. RGB value is (81,42,42). Sum of RGB (Red+Green+Blue) = 81+42+42=165 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.09% from 165); Green value is 42 (16.80% from 255 or 25.45% from 165); Blue value is 42 (16.80% from 255 or 25.45% from 165); Max value from RGB is 81 - color contains mainly: red. Hex color #512A2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512A2A is #AED5D5. Grayscale: #353535. Windows color (decimal): -11458006 or 2763345. OLE color: 2763345.
HSL color Cylindrical-coordinate representation of color #512A2A: hue angle of 0º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #512A2A is Cyan = 0, Magento = 0.48, Yellow = 0.48 and Black (K on CMYK) = 0.68.
Color convert
RGB | 81 | 42 | 42 | - |
CMYK | 0 | 0.48 | 0.48 | 0.68 |
HSL | 0º | 0.32% | 0.24% | - |
HSV(B) | 0º | 0.48% | 0.32% | - |
XYZ | 4.64 | 3.57 | 2.64 | - |
YUV | 53.66 | 121.42 | 147.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 81 | 42 | 42 | 0 | 0.48 | 0.48 | 0.68 | 0 | 0.32 | 0.24 |
Hex | 51 | 2A | 2A | 0 | 30 | 30 | 44 | 0 | 20 | 18 |
Octal | 121 | 52 | 52 | 0 | 60 | 60 | 104 | 0 | 40 | 30 |
Binary | 1010001 | 101010 | 101010 | 0 | 110000 | 110000 | 1000100 | 0 | 100000 | 11000 |
Color Harmonies of #512A2A
Complementary color
Monochromatic Colors of #512A2A
Black with #512A2A
Text Example
Text Example
White with #512A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512A2A; }
p { color: rgb(81,42,42); }
H1.HeaderClassName
{
color: #512A2A;
}
.AnyTagClassName
{
color: #512A2A;
}
</style>
background-color css
<style>
a { background-color: #512A2A; }
a { background-color: rgb(81,42,42); }
div.DivClassName
{
background-color: #512A2A;
}
.BgClassName
{
background-color: #512A2A;
}
</style>
border-color css
<style>
span { border-color: #512A2A; }
span { border-color: rgb(81,42,42); }
td.TdClassName
{
border-color: #512A2A;
}
.TagClassName
{
border-color: #512A2A;
}
</style>