Shades of Persian Plum #622E2D
Tints of Persian Plum #622E2D
RGB
CMYK
RGB Variations
Color information
#622E2D (or 0x622E2D) is known color: Persian Plum. HEX triplet: 62, 2E and 2D. RGB value is (98,46,45). Sum of RGB (Red+Green+Blue) = 98+46+45=189 (25% of max value = 765). Red value is 98 (38.67% from 255 or 51.85% from 189); Green value is 46 (18.36% from 255 or 24.34% from 189); Blue value is 45 (17.97% from 255 or 23.81% from 189); Max value from RGB is 98 - color contains mainly: red. Hex color #622E2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622E2D is #9DD1D2. Grayscale: #3D3D3D. Windows color (decimal): -10342867 or 2960994. OLE color: 2960994.
HSL color Cylindrical-coordinate representation of color #622E2D: hue angle of 1.13º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #622E2D is Cyan = 0, Magento = 0.53, Yellow = 0.54 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 46 | 45 | - |
| CMYK | 0 | 0.53 | 0.54 | 0.62 |
| HSL | 1.13º | 0.37% | 0.28% | - |
| HSV(B) | 1.13º | 0.54% | 0.38% | - |
| XYZ | 6.49 | 4.74 | 3.06 | - |
| YUV | 61.43 | 118.73 | 154.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 46 | 45 | 0 | 0.53 | 0.54 | 0.62 | 1.13 | 0.37 | 0.28 |
| Hex | 62 | 2E | 2D | 0 | 35 | 36 | 3E | 1 | 25 | 1C |
| Octal | 142 | 56 | 55 | 0 | 65 | 66 | 76 | 1 | 45 | 34 |
| Binary | 1100010 | 101110 | 101101 | 0 | 110101 | 110110 | 111110 | 1 | 100101 | 11100 |
Color Harmonies of #622E2D
Complementary color
Monochromatic Colors of #622E2D
Black with #622E2D
Text Example
Text Example
White with #622E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622E2D; }
p { color: rgb(98,46,45); }
H1.HeaderClassName
{
color: #622E2D;
}
.AnyTagClassName
{
color: #622E2D;
}
</style>
background-color css
<style>
a { background-color: #622E2D; }
a { background-color: rgb(98,46,45); }
div.DivClassName
{
background-color: #622E2D;
}
.BgClassName
{
background-color: #622E2D;
}
</style>
border-color css
<style>
span { border-color: #622E2D; }
span { border-color: rgb(98,46,45); }
td.TdClassName
{
border-color: #622E2D;
}
.TagClassName
{
border-color: #622E2D;
}
</style>