Shades of Persian Plum #662F2D
Tints of Persian Plum #662F2D
RGB
CMYK
RGB Variations
Color information
#662F2D (or 0x662F2D) is known color: Persian Plum. HEX triplet: 66, 2F and 2D. RGB value is (102,47,45). Sum of RGB (Red+Green+Blue) = 102+47+45=194 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.58% from 194); Green value is 47 (18.75% from 255 or 24.23% from 194); Blue value is 45 (17.97% from 255 or 23.20% from 194); Max value from RGB is 102 - color contains mainly: red. Hex color #662F2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662F2D is #99D0D2. Grayscale: #3F3F3F. Windows color (decimal): -10080467 or 2961254. OLE color: 2961254.
HSL color Cylindrical-coordinate representation of color #662F2D: hue angle of 2.11º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #662F2D is Cyan = 0, Magento = 0.54, Yellow = 0.56 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 47 | 45 | - |
| CMYK | 0 | 0.54 | 0.56 | 0.6 |
| HSL | 2.11º | 0.39% | 0.29% | - |
| HSV(B) | 2.11º | 0.56% | 0.4% | - |
| XYZ | 6.97 | 5.05 | 3.09 | - |
| YUV | 63.22 | 117.72 | 155.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 47 | 45 | 0 | 0.54 | 0.56 | 0.6 | 2.11 | 0.39 | 0.29 |
| Hex | 66 | 2F | 2D | 0 | 36 | 38 | 3C | 2 | 27 | 1D |
| Octal | 146 | 57 | 55 | 0 | 66 | 70 | 74 | 2 | 47 | 35 |
| Binary | 1100110 | 101111 | 101101 | 0 | 110110 | 111000 | 111100 | 10 | 100111 | 11101 |
Color Harmonies of #662F2D
Complementary color
Monochromatic Colors of #662F2D
Black with #662F2D
Text Example
Text Example
White with #662F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662F2D; }
p { color: rgb(102,47,45); }
H1.HeaderClassName
{
color: #662F2D;
}
.AnyTagClassName
{
color: #662F2D;
}
</style>
background-color css
<style>
a { background-color: #662F2D; }
a { background-color: rgb(102,47,45); }
div.DivClassName
{
background-color: #662F2D;
}
.BgClassName
{
background-color: #662F2D;
}
</style>
border-color css
<style>
span { border-color: #662F2D; }
span { border-color: rgb(102,47,45); }
td.TdClassName
{
border-color: #662F2D;
}
.TagClassName
{
border-color: #662F2D;
}
</style>