Shades of Persian Plum #63302D
Tints of Persian Plum #63302D
RGB
CMYK
RGB Variations
Color information
#63302D (or 0x63302D) is known color: Persian Plum. HEX triplet: 63, 30 and 2D. RGB value is (99,48,45). Sum of RGB (Red+Green+Blue) = 99+48+45=192 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.56% from 192); Green value is 48 (19.14% from 255 or 25% from 192); Blue value is 45 (17.97% from 255 or 23.44% from 192); Max value from RGB is 99 - color contains mainly: red. Hex color #63302D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63302D is #9CCFD2. Grayscale: #3E3E3E. Windows color (decimal): -10276819 or 2961507. OLE color: 2961507.
HSL color Cylindrical-coordinate representation of color #63302D: hue angle of 3.33º 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 #63302D is Cyan = 0, Magento = 0.52, Yellow = 0.55 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 48 | 45 | - |
| CMYK | 0 | 0.52 | 0.55 | 0.61 |
| HSL | 3.33º | 0.38% | 0.28% | - |
| HSV(B) | 3.33º | 0.55% | 0.39% | - |
| XYZ | 6.68 | 4.96 | 3.09 | - |
| YUV | 62.91 | 117.9 | 153.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 48 | 45 | 0 | 0.52 | 0.55 | 0.61 | 3.33 | 0.38 | 0.28 |
| Hex | 63 | 30 | 2D | 0 | 34 | 37 | 3D | 3 | 26 | 1C |
| Octal | 143 | 60 | 55 | 0 | 64 | 67 | 75 | 3 | 46 | 34 |
| Binary | 1100011 | 110000 | 101101 | 0 | 110100 | 110111 | 111101 | 11 | 100110 | 11100 |
Color Harmonies of #63302D
Complementary color
Monochromatic Colors of #63302D
Black with #63302D
Text Example
Text Example
White with #63302D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63302D; }
p { color: rgb(99,48,45); }
H1.HeaderClassName
{
color: #63302D;
}
.AnyTagClassName
{
color: #63302D;
}
</style>
background-color css
<style>
a { background-color: #63302D; }
a { background-color: rgb(99,48,45); }
div.DivClassName
{
background-color: #63302D;
}
.BgClassName
{
background-color: #63302D;
}
</style>
border-color css
<style>
span { border-color: #63302D; }
span { border-color: rgb(99,48,45); }
td.TdClassName
{
border-color: #63302D;
}
.TagClassName
{
border-color: #63302D;
}
</style>