Shades of Persian Plum #623535
Tints of Persian Plum #623535
RGB
CMYK
RGB Variations
Color information
#623535 (or 0x623535) is known color: Persian Plum. HEX triplet: 62, 35 and 35. RGB value is (98,53,53). Sum of RGB (Red+Green+Blue) = 98+53+53=204 (27% of max value = 765). Red value is 98 (38.67% from 255 or 48.04% from 204); Green value is 53 (21.09% from 255 or 25.98% from 204); Blue value is 53 (21.09% from 255 or 25.98% from 204); Max value from RGB is 98 - color contains mainly: red. Hex color #623535 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #623535 is #9DCACA. Grayscale: #424242. Windows color (decimal): -10341067 or 3487074. OLE color: 3487074.
HSL color Cylindrical-coordinate representation of color #623535: hue angle of 0º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #623535 is Cyan = 0, Magento = 0.46, Yellow = 0.46 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 53 | 53 | - |
| CMYK | 0 | 0.46 | 0.46 | 0.62 |
| HSL | 0º | 0.3% | 0.3% | - |
| HSV(B) | 0º | 0.46% | 0.38% | - |
| XYZ | 6.95 | 5.4 | 4.04 | - |
| YUV | 66.46 | 120.41 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 53 | 53 | 0 | 0.46 | 0.46 | 0.62 | 0 | 0.3 | 0.3 |
| Hex | 62 | 35 | 35 | 0 | 2E | 2E | 3E | 0 | 1E | 1E |
| Octal | 142 | 65 | 65 | 0 | 56 | 56 | 76 | 0 | 36 | 36 |
| Binary | 1100010 | 110101 | 110101 | 0 | 101110 | 101110 | 111110 | 0 | 11110 | 11110 |
Color Harmonies of #623535
Complementary color
Monochromatic Colors of #623535
Black with #623535
Text Example
Text Example
White with #623535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #623535; }
p { color: rgb(98,53,53); }
H1.HeaderClassName
{
color: #623535;
}
.AnyTagClassName
{
color: #623535;
}
</style>
background-color css
<style>
a { background-color: #623535; }
a { background-color: rgb(98,53,53); }
div.DivClassName
{
background-color: #623535;
}
.BgClassName
{
background-color: #623535;
}
</style>
border-color css
<style>
span { border-color: #623535; }
span { border-color: rgb(98,53,53); }
td.TdClassName
{
border-color: #623535;
}
.TagClassName
{
border-color: #623535;
}
</style>