Shades of Persian Plum #632D2C
Tints of Persian Plum #632D2C
RGB
CMYK
RGB Variations
Color information
#632D2C (or 0x632D2C) is known color: Persian Plum. HEX triplet: 63, 2D and 2C. RGB value is (99,45,44). Sum of RGB (Red+Green+Blue) = 99+45+44=188 (24% of max value = 765). Red value is 99 (39.06% from 255 or 52.66% from 188); Green value is 45 (17.97% from 255 or 23.94% from 188); Blue value is 44 (17.58% from 255 or 23.40% from 188); Max value from RGB is 99 - color contains mainly: red. Hex color #632D2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632D2C is #9CD2D3. Grayscale: #3D3D3D. Windows color (decimal): -10277588 or 2895203. OLE color: 2895203.
HSL color Cylindrical-coordinate representation of color #632D2C: hue angle of 1.09º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #632D2C is Cyan = 0, Magento = 0.55, Yellow = 0.56 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 45 | 44 | - |
| CMYK | 0 | 0.55 | 0.56 | 0.61 |
| HSL | 1.09º | 0.38% | 0.28% | - |
| HSV(B) | 1.09º | 0.56% | 0.39% | - |
| XYZ | 6.54 | 4.71 | 2.95 | - |
| YUV | 61.03 | 118.39 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 45 | 44 | 0 | 0.55 | 0.56 | 0.61 | 1.09 | 0.38 | 0.28 |
| Hex | 63 | 2D | 2C | 0 | 37 | 38 | 3D | 1 | 26 | 1C |
| Octal | 143 | 55 | 54 | 0 | 67 | 70 | 75 | 1 | 46 | 34 |
| Binary | 1100011 | 101101 | 101100 | 0 | 110111 | 111000 | 111101 | 1 | 100110 | 11100 |
Color Harmonies of #632D2C
Complementary color
Monochromatic Colors of #632D2C
Black with #632D2C
Text Example
Text Example
White with #632D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632D2C; }
p { color: rgb(99,45,44); }
H1.HeaderClassName
{
color: #632D2C;
}
.AnyTagClassName
{
color: #632D2C;
}
</style>
background-color css
<style>
a { background-color: #632D2C; }
a { background-color: rgb(99,45,44); }
div.DivClassName
{
background-color: #632D2C;
}
.BgClassName
{
background-color: #632D2C;
}
</style>
border-color css
<style>
span { border-color: #632D2C; }
span { border-color: rgb(99,45,44); }
td.TdClassName
{
border-color: #632D2C;
}
.TagClassName
{
border-color: #632D2C;
}
</style>