Shades of Persian Plum #623232
Tints of Persian Plum #623232
RGB
CMYK
RGB Variations
Color information
#623232 (or 0x623232) is known color: Persian Plum. HEX triplet: 62, 32 and 32. RGB value is (98,50,50). Sum of RGB (Red+Green+Blue) = 98+50+50=198 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49.49% from 198); Green value is 50 (19.92% from 255 or 25.25% from 198); Blue value is 50 (19.92% from 255 or 25.25% from 198); Max value from RGB is 98 - color contains mainly: red. Hex color #623232 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #623232 is #9DCDCD. Grayscale: #404040. Windows color (decimal): -10341838 or 3289698. OLE color: 3289698.
HSL color Cylindrical-coordinate representation of color #623232: hue angle of 0º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #623232 is Cyan = 0, Magento = 0.49, Yellow = 0.49 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 50 | 50 | - |
| CMYK | 0 | 0.49 | 0.49 | 0.62 |
| HSL | 0º | 0.32% | 0.29% | - |
| HSV(B) | 0º | 0.49% | 0.38% | - |
| XYZ | 6.75 | 5.11 | 3.65 | - |
| YUV | 64.35 | 119.9 | 152 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 50 | 50 | 0 | 0.49 | 0.49 | 0.62 | 0 | 0.32 | 0.29 |
| Hex | 62 | 32 | 32 | 0 | 31 | 31 | 3E | 0 | 20 | 1D |
| Octal | 142 | 62 | 62 | 0 | 61 | 61 | 76 | 0 | 40 | 35 |
| Binary | 1100010 | 110010 | 110010 | 0 | 110001 | 110001 | 111110 | 0 | 100000 | 11101 |
Color Harmonies of #623232
Complementary color
Monochromatic Colors of #623232
Black with #623232
Text Example
Text Example
White with #623232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #623232; }
p { color: rgb(98,50,50); }
H1.HeaderClassName
{
color: #623232;
}
.AnyTagClassName
{
color: #623232;
}
</style>
background-color css
<style>
a { background-color: #623232; }
a { background-color: rgb(98,50,50); }
div.DivClassName
{
background-color: #623232;
}
.BgClassName
{
background-color: #623232;
}
</style>
border-color css
<style>
span { border-color: #623232; }
span { border-color: rgb(98,50,50); }
td.TdClassName
{
border-color: #623232;
}
.TagClassName
{
border-color: #623232;
}
</style>