Shades of Persian Plum #66332F
Tints of Persian Plum #66332F
RGB
CMYK
RGB Variations
Color information
#66332F (or 0x66332F) is known color: Persian Plum. HEX triplet: 66, 33 and 2F. RGB value is (102,51,47). Sum of RGB (Red+Green+Blue) = 102+51+47=200 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51% from 200); Green value is 51 (20.31% from 255 or 25.5% from 200); Blue value is 47 (18.75% from 255 or 23.5% from 200); Max value from RGB is 102 - color contains mainly: red. Hex color #66332F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66332F is #99CCD0. Grayscale: #414141. Windows color (decimal): -10079441 or 3093350. OLE color: 3093350.
HSL color Cylindrical-coordinate representation of color #66332F: hue angle of 4.36º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66332F is Cyan = 0, Magento = 0.5, Yellow = 0.54 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 51 | 47 | - |
| CMYK | 0 | 0.5 | 0.54 | 0.6 |
| HSL | 4.36º | 0.37% | 0.29% | - |
| HSV(B) | 4.36º | 0.54% | 0.4% | - |
| XYZ | 7.18 | 5.4 | 3.35 | - |
| YUV | 65.79 | 117.4 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 51 | 47 | 0 | 0.5 | 0.54 | 0.6 | 4.36 | 0.37 | 0.29 |
| Hex | 66 | 33 | 2F | 0 | 32 | 36 | 3C | 4 | 25 | 1D |
| Octal | 146 | 63 | 57 | 0 | 62 | 66 | 74 | 4 | 45 | 35 |
| Binary | 1100110 | 110011 | 101111 | 0 | 110010 | 110110 | 111100 | 100 | 100101 | 11101 |
Color Harmonies of #66332F
Complementary color
Monochromatic Colors of #66332F
Black with #66332F
Text Example
Text Example
White with #66332F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66332F; }
p { color: rgb(102,51,47); }
H1.HeaderClassName
{
color: #66332F;
}
.AnyTagClassName
{
color: #66332F;
}
</style>
background-color css
<style>
a { background-color: #66332F; }
a { background-color: rgb(102,51,47); }
div.DivClassName
{
background-color: #66332F;
}
.BgClassName
{
background-color: #66332F;
}
</style>
border-color css
<style>
span { border-color: #66332F; }
span { border-color: rgb(102,51,47); }
td.TdClassName
{
border-color: #66332F;
}
.TagClassName
{
border-color: #66332F;
}
</style>