Shades of Persian Plum #603333
Tints of Persian Plum #603333
RGB
CMYK
RGB Variations
Color information
#603333 (or 0x603333) is known color: Persian Plum. HEX triplet: 60, 33 and 33. RGB value is (96,51,51). Sum of RGB (Red+Green+Blue) = 96+51+51=198 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.48% from 198); Green value is 51 (20.31% from 255 or 25.76% from 198); Blue value is 51 (20.31% from 255 or 25.76% from 198); Max value from RGB is 96 - color contains mainly: red. Hex color #603333 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603333 is #9FCCCC. Grayscale: #404040. Windows color (decimal): -10472653 or 3355488. OLE color: 3355488.
HSL color Cylindrical-coordinate representation of color #603333: hue angle of 0º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #603333 is Cyan = 0, Magento = 0.47, Yellow = 0.47 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 51 | 51 | - |
| CMYK | 0 | 0.47 | 0.47 | 0.62 |
| HSL | 0º | 0.31% | 0.29% | - |
| HSV(B) | 0º | 0.47% | 0.38% | - |
| XYZ | 6.61 | 5.09 | 3.77 | - |
| YUV | 64.46 | 120.41 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 51 | 51 | 0 | 0.47 | 0.47 | 0.62 | 0 | 0.31 | 0.29 |
| Hex | 60 | 33 | 33 | 0 | 2F | 2F | 3E | 0 | 1F | 1D |
| Octal | 140 | 63 | 63 | 0 | 57 | 57 | 76 | 0 | 37 | 35 |
| Binary | 1100000 | 110011 | 110011 | 0 | 101111 | 101111 | 111110 | 0 | 11111 | 11101 |
Color Harmonies of #603333
Complementary color
Monochromatic Colors of #603333
Black with #603333
Text Example
Text Example
White with #603333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603333; }
p { color: rgb(96,51,51); }
H1.HeaderClassName
{
color: #603333;
}
.AnyTagClassName
{
color: #603333;
}
</style>
background-color css
<style>
a { background-color: #603333; }
a { background-color: rgb(96,51,51); }
div.DivClassName
{
background-color: #603333;
}
.BgClassName
{
background-color: #603333;
}
</style>
border-color css
<style>
span { border-color: #603333; }
span { border-color: rgb(96,51,51); }
td.TdClassName
{
border-color: #603333;
}
.TagClassName
{
border-color: #603333;
}
</style>