Shades of Persian Plum #632B2B
Tints of Persian Plum #632B2B
RGB
CMYK
RGB Variations
Color information
#632B2B (or 0x632B2B) is known color: Persian Plum. HEX triplet: 63, 2B and 2B. RGB value is (99,43,43). Sum of RGB (Red+Green+Blue) = 99+43+43=185 (24% of max value = 765). Red value is 99 (39.06% from 255 or 53.51% from 185); Green value is 43 (17.19% from 255 or 23.24% from 185); Blue value is 43 (17.19% from 255 or 23.24% from 185); Max value from RGB is 99 - color contains mainly: red. Hex color #632B2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632B2B is #9CD4D4. Grayscale: #3B3B3B. Windows color (decimal): -10278101 or 2829155. OLE color: 2829155.
HSL color Cylindrical-coordinate representation of color #632B2B: hue angle of 0º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #632B2B is Cyan = 0, Magento = 0.57, Yellow = 0.57 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 43 | 43 | - |
| CMYK | 0 | 0.57 | 0.57 | 0.61 |
| HSL | 0º | 0.39% | 0.28% | - |
| HSV(B) | 0º | 0.57% | 0.39% | - |
| XYZ | 6.45 | 4.55 | 2.82 | - |
| YUV | 59.74 | 118.55 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 43 | 43 | 0 | 0.57 | 0.57 | 0.61 | 0 | 0.39 | 0.28 |
| Hex | 63 | 2B | 2B | 0 | 39 | 39 | 3D | 0 | 27 | 1C |
| Octal | 143 | 53 | 53 | 0 | 71 | 71 | 75 | 0 | 47 | 34 |
| Binary | 1100011 | 101011 | 101011 | 0 | 111001 | 111001 | 111101 | 0 | 100111 | 11100 |
Color Harmonies of #632B2B
Complementary color
Monochromatic Colors of #632B2B
Black with #632B2B
Text Example
Text Example
White with #632B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632B2B; }
p { color: rgb(99,43,43); }
H1.HeaderClassName
{
color: #632B2B;
}
.AnyTagClassName
{
color: #632B2B;
}
</style>
background-color css
<style>
a { background-color: #632B2B; }
a { background-color: rgb(99,43,43); }
div.DivClassName
{
background-color: #632B2B;
}
.BgClassName
{
background-color: #632B2B;
}
</style>
border-color css
<style>
span { border-color: #632B2B; }
span { border-color: rgb(99,43,43); }
td.TdClassName
{
border-color: #632B2B;
}
.TagClassName
{
border-color: #632B2B;
}
</style>