Shades of Persian Plum #633232
Tints of Persian Plum #633232
RGB
CMYK
RGB Variations
Color information
#633232 (or 0x633232) is known color: Persian Plum. HEX triplet: 63, 32 and 32. RGB value is (99,50,50). Sum of RGB (Red+Green+Blue) = 99+50+50=199 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.75% from 199); Green value is 50 (19.92% from 255 or 25.13% from 199); Blue value is 50 (19.92% from 255 or 25.13% from 199); Max value from RGB is 99 - color contains mainly: red. Hex color #633232 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633232 is #9CCDCD. Grayscale: #404040. Windows color (decimal): -10276302 or 3289699. OLE color: 3289699.
HSL color Cylindrical-coordinate representation of color #633232: hue angle of 0º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #633232 is Cyan = 0, Magento = 0.49, Yellow = 0.49 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 50 | 50 | - |
| CMYK | 0 | 0.49 | 0.49 | 0.61 |
| HSL | 0º | 0.33% | 0.29% | - |
| HSV(B) | 0º | 0.49% | 0.39% | - |
| XYZ | 6.86 | 5.16 | 3.65 | - |
| YUV | 64.65 | 119.73 | 152.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 50 | 50 | 0 | 0.49 | 0.49 | 0.61 | 0 | 0.33 | 0.29 |
| Hex | 63 | 32 | 32 | 0 | 31 | 31 | 3D | 0 | 21 | 1D |
| Octal | 143 | 62 | 62 | 0 | 61 | 61 | 75 | 0 | 41 | 35 |
| Binary | 1100011 | 110010 | 110010 | 0 | 110001 | 110001 | 111101 | 0 | 100001 | 11101 |
Color Harmonies of #633232
Complementary color
Monochromatic Colors of #633232
Black with #633232
Text Example
Text Example
White with #633232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633232; }
p { color: rgb(99,50,50); }
H1.HeaderClassName
{
color: #633232;
}
.AnyTagClassName
{
color: #633232;
}
</style>
background-color css
<style>
a { background-color: #633232; }
a { background-color: rgb(99,50,50); }
div.DivClassName
{
background-color: #633232;
}
.BgClassName
{
background-color: #633232;
}
</style>
border-color css
<style>
span { border-color: #633232; }
span { border-color: rgb(99,50,50); }
td.TdClassName
{
border-color: #633232;
}
.TagClassName
{
border-color: #633232;
}
</style>