Shades of Persian Plum #632E2E
Tints of Persian Plum #632E2E
RGB
CMYK
RGB Variations
Color information
#632E2E (or 0x632E2E) is known color: Persian Plum. HEX triplet: 63, 2E and 2E. RGB value is (99,46,46). Sum of RGB (Red+Green+Blue) = 99+46+46=191 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.83% from 191); Green value is 46 (18.36% from 255 or 24.08% from 191); Blue value is 46 (18.36% from 255 or 24.08% from 191); Max value from RGB is 99 - color contains mainly: red. Hex color #632E2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632E2E is #9CD1D1. Grayscale: #3D3D3D. Windows color (decimal): -10277330 or 3026531. OLE color: 3026531.
HSL color Cylindrical-coordinate representation of color #632E2E: hue angle of 0º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #632E2E is Cyan = 0, Magento = 0.54, Yellow = 0.54 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 46 | 46 | - |
| CMYK | 0 | 0.54 | 0.54 | 0.61 |
| HSL | 0º | 0.37% | 0.28% | - |
| HSV(B) | 0º | 0.54% | 0.39% | - |
| XYZ | 6.62 | 4.8 | 3.16 | - |
| YUV | 61.85 | 119.06 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 46 | 46 | 0 | 0.54 | 0.54 | 0.61 | 0 | 0.37 | 0.28 |
| Hex | 63 | 2E | 2E | 0 | 36 | 36 | 3D | 0 | 25 | 1C |
| Octal | 143 | 56 | 56 | 0 | 66 | 66 | 75 | 0 | 45 | 34 |
| Binary | 1100011 | 101110 | 101110 | 0 | 110110 | 110110 | 111101 | 0 | 100101 | 11100 |
Color Harmonies of #632E2E
Complementary color
Monochromatic Colors of #632E2E
Black with #632E2E
Text Example
Text Example
White with #632E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632E2E; }
p { color: rgb(99,46,46); }
H1.HeaderClassName
{
color: #632E2E;
}
.AnyTagClassName
{
color: #632E2E;
}
</style>
background-color css
<style>
a { background-color: #632E2E; }
a { background-color: rgb(99,46,46); }
div.DivClassName
{
background-color: #632E2E;
}
.BgClassName
{
background-color: #632E2E;
}
</style>
border-color css
<style>
span { border-color: #632E2E; }
span { border-color: rgb(99,46,46); }
td.TdClassName
{
border-color: #632E2E;
}
.TagClassName
{
border-color: #632E2E;
}
</style>