Shades of Persian Plum #6C3131
Tints of Persian Plum #6C3131
RGB
CMYK
RGB Variations
Color information
#6C3131 (or 0x6C3131) is known color: Persian Plum. HEX triplet: 6C, 31 and 31. RGB value is (108,49,49). Sum of RGB (Red+Green+Blue) = 108+49+49=206 (27% of max value = 765). Red value is 108 (42.58% from 255 or 52.43% from 206); Green value is 49 (19.53% from 255 or 23.79% from 206); Blue value is 49 (19.53% from 255 or 23.79% from 206); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3131 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C3131 is #93CECE. Grayscale: #424242. Windows color (decimal): -9686735 or 3223916. OLE color: 3223916.
HSL color Cylindrical-coordinate representation of color #6C3131: hue angle of 0º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6C3131 is Cyan = 0, Magento = 0.55, Yellow = 0.55 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 49 | 49 | - |
| CMYK | 0 | 0.55 | 0.55 | 0.58 |
| HSL | 0º | 0.38% | 0.31% | - |
| HSV(B) | 0º | 0.55% | 0.42% | - |
| XYZ | 7.84 | 5.61 | 3.57 | - |
| YUV | 66.64 | 118.05 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 49 | 49 | 0 | 0.55 | 0.55 | 0.58 | 0 | 0.38 | 0.31 |
| Hex | 6C | 31 | 31 | 0 | 37 | 37 | 3A | 0 | 26 | 1F |
| Octal | 154 | 61 | 61 | 0 | 67 | 67 | 72 | 0 | 46 | 37 |
| Binary | 1101100 | 110001 | 110001 | 0 | 110111 | 110111 | 111010 | 0 | 100110 | 11111 |
Color Harmonies of #6C3131
Complementary color
Monochromatic Colors of #6C3131
Black with #6C3131
Text Example
Text Example
White with #6C3131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C3131; }
p { color: rgb(108,49,49); }
H1.HeaderClassName
{
color: #6C3131;
}
.AnyTagClassName
{
color: #6C3131;
}
</style>
background-color css
<style>
a { background-color: #6C3131; }
a { background-color: rgb(108,49,49); }
div.DivClassName
{
background-color: #6C3131;
}
.BgClassName
{
background-color: #6C3131;
}
</style>
border-color css
<style>
span { border-color: #6C3131; }
span { border-color: rgb(108,49,49); }
td.TdClassName
{
border-color: #6C3131;
}
.TagClassName
{
border-color: #6C3131;
}
</style>