Shades of Persian Plum #683232
Tints of Persian Plum #683232
RGB
CMYK
RGB Variations
Color information
#683232 (or 0x683232) is known color: Persian Plum. HEX triplet: 68, 32 and 32. RGB value is (104,50,50). Sum of RGB (Red+Green+Blue) = 104+50+50=204 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.98% from 204); Green value is 50 (19.92% from 255 or 24.51% from 204); Blue value is 50 (19.92% from 255 or 24.51% from 204); Max value from RGB is 104 - color contains mainly: red. Hex color #683232 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683232 is #97CDCD. Grayscale: #424242. Windows color (decimal): -9948622 or 3289704. OLE color: 3289704.
HSL color Cylindrical-coordinate representation of color #683232: hue angle of 0º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #683232 is Cyan = 0, Magento = 0.52, Yellow = 0.52 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 50 | 50 | - |
| CMYK | 0 | 0.52 | 0.52 | 0.59 |
| HSL | 0º | 0.35% | 0.3% | - |
| HSV(B) | 0º | 0.52% | 0.41% | - |
| XYZ | 7.43 | 5.45 | 3.68 | - |
| YUV | 66.15 | 118.89 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 50 | 50 | 0 | 0.52 | 0.52 | 0.59 | 0 | 0.35 | 0.3 |
| Hex | 68 | 32 | 32 | 0 | 34 | 34 | 3B | 0 | 23 | 1E |
| Octal | 150 | 62 | 62 | 0 | 64 | 64 | 73 | 0 | 43 | 36 |
| Binary | 1101000 | 110010 | 110010 | 0 | 110100 | 110100 | 111011 | 0 | 100011 | 11110 |
Color Harmonies of #683232
Complementary color
Monochromatic Colors of #683232
Black with #683232
Text Example
Text Example
White with #683232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683232; }
p { color: rgb(104,50,50); }
H1.HeaderClassName
{
color: #683232;
}
.AnyTagClassName
{
color: #683232;
}
</style>
background-color css
<style>
a { background-color: #683232; }
a { background-color: rgb(104,50,50); }
div.DivClassName
{
background-color: #683232;
}
.BgClassName
{
background-color: #683232;
}
</style>
border-color css
<style>
span { border-color: #683232; }
span { border-color: rgb(104,50,50); }
td.TdClassName
{
border-color: #683232;
}
.TagClassName
{
border-color: #683232;
}
</style>