Shades of Persian Plum #612D2D
Tints of Persian Plum #612D2D
RGB
CMYK
RGB Variations
Color information
#612D2D (or 0x612D2D) is known color: Persian Plum. HEX triplet: 61, 2D and 2D. RGB value is (97,45,45). Sum of RGB (Red+Green+Blue) = 97+45+45=187 (24% of max value = 765). Red value is 97 (38.28% from 255 or 51.87% from 187); Green value is 45 (17.97% from 255 or 24.06% from 187); Blue value is 45 (17.97% from 255 or 24.06% from 187); Max value from RGB is 97 - color contains mainly: red. Hex color #612D2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612D2D is #9ED2D2. Grayscale: #3C3C3C. Windows color (decimal): -10408659 or 2960737. OLE color: 2960737.
HSL color Cylindrical-coordinate representation of color #612D2D: hue angle of 0º 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 #612D2D is Cyan = 0, Magento = 0.54, Yellow = 0.54 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 45 | 45 | - |
| CMYK | 0 | 0.54 | 0.54 | 0.62 |
| HSL | 0º | 0.37% | 0.28% | - |
| HSV(B) | 0º | 0.54% | 0.38% | - |
| XYZ | 6.34 | 4.61 | 3.04 | - |
| YUV | 60.55 | 119.23 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 45 | 45 | 0 | 0.54 | 0.54 | 0.62 | 0 | 0.37 | 0.28 |
| Hex | 61 | 2D | 2D | 0 | 36 | 36 | 3E | 0 | 25 | 1C |
| Octal | 141 | 55 | 55 | 0 | 66 | 66 | 76 | 0 | 45 | 34 |
| Binary | 1100001 | 101101 | 101101 | 0 | 110110 | 110110 | 111110 | 0 | 100101 | 11100 |
Color Harmonies of #612D2D
Complementary color
Monochromatic Colors of #612D2D
Black with #612D2D
Text Example
Text Example
White with #612D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612D2D; }
p { color: rgb(97,45,45); }
H1.HeaderClassName
{
color: #612D2D;
}
.AnyTagClassName
{
color: #612D2D;
}
</style>
background-color css
<style>
a { background-color: #612D2D; }
a { background-color: rgb(97,45,45); }
div.DivClassName
{
background-color: #612D2D;
}
.BgClassName
{
background-color: #612D2D;
}
</style>
border-color css
<style>
span { border-color: #612D2D; }
span { border-color: rgb(97,45,45); }
td.TdClassName
{
border-color: #612D2D;
}
.TagClassName
{
border-color: #612D2D;
}
</style>