Shades of Persian Plum #632F2D
Tints of Persian Plum #632F2D
RGB
CMYK
RGB Variations
Color information
#632F2D (or 0x632F2D) is known color: Persian Plum. HEX triplet: 63, 2F and 2D. RGB value is (99,47,45). Sum of RGB (Red+Green+Blue) = 99+47+45=191 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.83% from 191); Green value is 47 (18.75% from 255 or 24.61% from 191); Blue value is 45 (17.97% from 255 or 23.56% from 191); Max value from RGB is 99 - color contains mainly: red. Hex color #632F2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632F2D is #9CD0D2. Grayscale: #3E3E3E. Windows color (decimal): -10277075 or 2961251. OLE color: 2961251.
HSL color Cylindrical-coordinate representation of color #632F2D: hue angle of 2.22º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #632F2D is Cyan = 0, Magento = 0.53, Yellow = 0.55 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 47 | 45 | - |
| CMYK | 0 | 0.53 | 0.55 | 0.61 |
| HSL | 2.22º | 0.38% | 0.28% | - |
| HSV(B) | 2.22º | 0.55% | 0.39% | - |
| XYZ | 6.64 | 4.88 | 3.07 | - |
| YUV | 62.32 | 118.23 | 154.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 47 | 45 | 0 | 0.53 | 0.55 | 0.61 | 2.22 | 0.38 | 0.28 |
| Hex | 63 | 2F | 2D | 0 | 35 | 37 | 3D | 2 | 26 | 1C |
| Octal | 143 | 57 | 55 | 0 | 65 | 67 | 75 | 2 | 46 | 34 |
| Binary | 1100011 | 101111 | 101101 | 0 | 110101 | 110111 | 111101 | 10 | 100110 | 11100 |
Color Harmonies of #632F2D
Complementary color
Monochromatic Colors of #632F2D
Black with #632F2D
Text Example
Text Example
White with #632F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632F2D; }
p { color: rgb(99,47,45); }
H1.HeaderClassName
{
color: #632F2D;
}
.AnyTagClassName
{
color: #632F2D;
}
</style>
background-color css
<style>
a { background-color: #632F2D; }
a { background-color: rgb(99,47,45); }
div.DivClassName
{
background-color: #632F2D;
}
.BgClassName
{
background-color: #632F2D;
}
</style>
border-color css
<style>
span { border-color: #632F2D; }
span { border-color: rgb(99,47,45); }
td.TdClassName
{
border-color: #632F2D;
}
.TagClassName
{
border-color: #632F2D;
}
</style>