Shades of Persian Plum #663231
Tints of Persian Plum #663231
RGB
CMYK
RGB Variations
Color information
#663231 (or 0x663231) is known color: Persian Plum. HEX triplet: 66, 32 and 31. RGB value is (102,50,49). Sum of RGB (Red+Green+Blue) = 102+50+49=201 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.75% from 201); Green value is 50 (19.92% from 255 or 24.88% from 201); Blue value is 49 (19.53% from 255 or 24.38% from 201); Max value from RGB is 102 - color contains mainly: red. Hex color #663231 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663231 is #99CDCE. Grayscale: #414141. Windows color (decimal): -10079695 or 3224166. OLE color: 3224166.
HSL color Cylindrical-coordinate representation of color #663231: hue angle of 1.13º 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 #663231 is Cyan = 0, Magento = 0.51, Yellow = 0.52 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 50 | 49 | - |
| CMYK | 0 | 0.51 | 0.52 | 0.6 |
| HSL | 1.13º | 0.35% | 0.3% | - |
| HSV(B) | 1.13º | 0.52% | 0.4% | - |
| XYZ | 7.17 | 5.33 | 3.56 | - |
| YUV | 65.43 | 118.73 | 154.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 50 | 49 | 0 | 0.51 | 0.52 | 0.6 | 1.13 | 0.35 | 0.3 |
| Hex | 66 | 32 | 31 | 0 | 33 | 34 | 3C | 1 | 23 | 1E |
| Octal | 146 | 62 | 61 | 0 | 63 | 64 | 74 | 1 | 43 | 36 |
| Binary | 1100110 | 110010 | 110001 | 0 | 110011 | 110100 | 111100 | 1 | 100011 | 11110 |
Color Harmonies of #663231
Complementary color
Monochromatic Colors of #663231
Black with #663231
Text Example
Text Example
White with #663231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663231; }
p { color: rgb(102,50,49); }
H1.HeaderClassName
{
color: #663231;
}
.AnyTagClassName
{
color: #663231;
}
</style>
background-color css
<style>
a { background-color: #663231; }
a { background-color: rgb(102,50,49); }
div.DivClassName
{
background-color: #663231;
}
.BgClassName
{
background-color: #663231;
}
</style>
border-color css
<style>
span { border-color: #663231; }
span { border-color: rgb(102,50,49); }
td.TdClassName
{
border-color: #663231;
}
.TagClassName
{
border-color: #663231;
}
</style>