Shades of Persian Plum #6D3232
Tints of Persian Plum #6D3232
RGB
CMYK
RGB Variations
Color information
#6D3232 (or 0x6D3232) is known color: Persian Plum. HEX triplet: 6D, 32 and 32. RGB value is (109,50,50). Sum of RGB (Red+Green+Blue) = 109+50+50=209 (27% of max value = 765). Red value is 109 (42.97% from 255 or 52.15% from 209); Green value is 50 (19.92% from 255 or 23.92% from 209); Blue value is 50 (19.92% from 255 or 23.92% from 209); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3232 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3232 is #92CDCD. Grayscale: #434343. Windows color (decimal): -9620942 or 3289709. OLE color: 3289709.
HSL color Cylindrical-coordinate representation of color #6D3232: hue angle of 0º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6D3232 is Cyan = 0, Magento = 0.54, Yellow = 0.54 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 50 | 50 | - |
| CMYK | 0 | 0.54 | 0.54 | 0.57 |
| HSL | 0º | 0.37% | 0.31% | - |
| HSV(B) | 0º | 0.54% | 0.43% | - |
| XYZ | 8.02 | 5.76 | 3.71 | - |
| YUV | 67.64 | 118.05 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 50 | 50 | 0 | 0.54 | 0.54 | 0.57 | 0 | 0.37 | 0.31 |
| Hex | 6D | 32 | 32 | 0 | 36 | 36 | 39 | 0 | 25 | 1F |
| Octal | 155 | 62 | 62 | 0 | 66 | 66 | 71 | 0 | 45 | 37 |
| Binary | 1101101 | 110010 | 110010 | 0 | 110110 | 110110 | 111001 | 0 | 100101 | 11111 |
Color Harmonies of #6D3232
Complementary color
Monochromatic Colors of #6D3232
Black with #6D3232
Text Example
Text Example
White with #6D3232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3232; }
p { color: rgb(109,50,50); }
H1.HeaderClassName
{
color: #6D3232;
}
.AnyTagClassName
{
color: #6D3232;
}
</style>
background-color css
<style>
a { background-color: #6D3232; }
a { background-color: rgb(109,50,50); }
div.DivClassName
{
background-color: #6D3232;
}
.BgClassName
{
background-color: #6D3232;
}
</style>
border-color css
<style>
span { border-color: #6D3232; }
span { border-color: rgb(109,50,50); }
td.TdClassName
{
border-color: #6D3232;
}
.TagClassName
{
border-color: #6D3232;
}
</style>