Shades of Persian Plum #63332F
Tints of Persian Plum #63332F
RGB
CMYK
RGB Variations
Color information
#63332F (or 0x63332F) is known color: Persian Plum. HEX triplet: 63, 33 and 2F. RGB value is (99,51,47). Sum of RGB (Red+Green+Blue) = 99+51+47=197 (26% of max value = 765). Red value is 99 (39.06% from 255 or 50.25% from 197); Green value is 51 (20.31% from 255 or 25.89% from 197); Blue value is 47 (18.75% from 255 or 23.86% from 197); Max value from RGB is 99 - color contains mainly: red. Hex color #63332F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63332F is #9CCCD0. Grayscale: #404040. Windows color (decimal): -10276049 or 3093347. OLE color: 3093347.
HSL color Cylindrical-coordinate representation of color #63332F: hue angle of 4.62º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #63332F is Cyan = 0, Magento = 0.48, Yellow = 0.53 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 51 | 47 | - |
| CMYK | 0 | 0.48 | 0.53 | 0.61 |
| HSL | 4.62º | 0.36% | 0.29% | - |
| HSV(B) | 4.62º | 0.53% | 0.39% | - |
| XYZ | 6.84 | 5.23 | 3.34 | - |
| YUV | 64.9 | 117.9 | 152.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 51 | 47 | 0 | 0.48 | 0.53 | 0.61 | 4.62 | 0.36 | 0.29 |
| Hex | 63 | 33 | 2F | 0 | 30 | 35 | 3D | 5 | 24 | 1D |
| Octal | 143 | 63 | 57 | 0 | 60 | 65 | 75 | 5 | 44 | 35 |
| Binary | 1100011 | 110011 | 101111 | 0 | 110000 | 110101 | 111101 | 101 | 100100 | 11101 |
Color Harmonies of #63332F
Complementary color
Monochromatic Colors of #63332F
Black with #63332F
Text Example
Text Example
White with #63332F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63332F; }
p { color: rgb(99,51,47); }
H1.HeaderClassName
{
color: #63332F;
}
.AnyTagClassName
{
color: #63332F;
}
</style>
background-color css
<style>
a { background-color: #63332F; }
a { background-color: rgb(99,51,47); }
div.DivClassName
{
background-color: #63332F;
}
.BgClassName
{
background-color: #63332F;
}
</style>
border-color css
<style>
span { border-color: #63332F; }
span { border-color: rgb(99,51,47); }
td.TdClassName
{
border-color: #63332F;
}
.TagClassName
{
border-color: #63332F;
}
</style>