Shades of Persian Plum #663131
Tints of Persian Plum #663131
RGB
CMYK
RGB Variations
Color information
#663131 (or 0x663131) is known color: Persian Plum. HEX triplet: 66, 31 and 31. RGB value is (102,49,49). Sum of RGB (Red+Green+Blue) = 102+49+49=200 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51% from 200); Green value is 49 (19.53% from 255 or 24.5% from 200); Blue value is 49 (19.53% from 255 or 24.5% from 200); Max value from RGB is 102 - color contains mainly: red. Hex color #663131 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663131 is #99CECE. Grayscale: #404040. Windows color (decimal): -10079951 or 3223910. OLE color: 3223910.
HSL color Cylindrical-coordinate representation of color #663131: hue angle of 0º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #663131 is Cyan = 0, Magento = 0.52, Yellow = 0.52 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 49 | 49 | - |
| CMYK | 0 | 0.52 | 0.52 | 0.6 |
| HSL | 0º | 0.35% | 0.3% | - |
| HSV(B) | 0º | 0.52% | 0.4% | - |
| XYZ | 7.13 | 5.24 | 3.54 | - |
| YUV | 64.85 | 119.06 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 49 | 49 | 0 | 0.52 | 0.52 | 0.6 | 0 | 0.35 | 0.3 |
| Hex | 66 | 31 | 31 | 0 | 34 | 34 | 3C | 0 | 23 | 1E |
| Octal | 146 | 61 | 61 | 0 | 64 | 64 | 74 | 0 | 43 | 36 |
| Binary | 1100110 | 110001 | 110001 | 0 | 110100 | 110100 | 111100 | 0 | 100011 | 11110 |
Color Harmonies of #663131
Complementary color
Monochromatic Colors of #663131
Black with #663131
Text Example
Text Example
White with #663131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663131; }
p { color: rgb(102,49,49); }
H1.HeaderClassName
{
color: #663131;
}
.AnyTagClassName
{
color: #663131;
}
</style>
background-color css
<style>
a { background-color: #663131; }
a { background-color: rgb(102,49,49); }
div.DivClassName
{
background-color: #663131;
}
.BgClassName
{
background-color: #663131;
}
</style>
border-color css
<style>
span { border-color: #663131; }
span { border-color: rgb(102,49,49); }
td.TdClassName
{
border-color: #663131;
}
.TagClassName
{
border-color: #663131;
}
</style>