Shades of Persian Plum #612F2F
Tints of Persian Plum #612F2F
RGB
CMYK
RGB Variations
Color information
#612F2F (or 0x612F2F) is known color: Persian Plum. HEX triplet: 61, 2F and 2F. RGB value is (97,47,47). Sum of RGB (Red+Green+Blue) = 97+47+47=191 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.79% from 191); Green value is 47 (18.75% from 255 or 24.61% from 191); Blue value is 47 (18.75% from 255 or 24.61% from 191); Max value from RGB is 97 - color contains mainly: red. Hex color #612F2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612F2F is #9ED0D0. Grayscale: #3E3E3E. Windows color (decimal): -10408145 or 3092321. OLE color: 3092321.
HSL color Cylindrical-coordinate representation of color #612F2F: hue angle of 0º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #612F2F is Cyan = 0, Magento = 0.52, Yellow = 0.52 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 47 | 47 | - |
| CMYK | 0 | 0.52 | 0.52 | 0.62 |
| HSL | 0º | 0.35% | 0.28% | - |
| HSV(B) | 0º | 0.52% | 0.38% | - |
| XYZ | 6.46 | 4.78 | 3.27 | - |
| YUV | 61.95 | 119.57 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 47 | 47 | 0 | 0.52 | 0.52 | 0.62 | 0 | 0.35 | 0.28 |
| Hex | 61 | 2F | 2F | 0 | 34 | 34 | 3E | 0 | 23 | 1C |
| Octal | 141 | 57 | 57 | 0 | 64 | 64 | 76 | 0 | 43 | 34 |
| Binary | 1100001 | 101111 | 101111 | 0 | 110100 | 110100 | 111110 | 0 | 100011 | 11100 |
Color Harmonies of #612F2F
Complementary color
Monochromatic Colors of #612F2F
Black with #612F2F
Text Example
Text Example
White with #612F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612F2F; }
p { color: rgb(97,47,47); }
H1.HeaderClassName
{
color: #612F2F;
}
.AnyTagClassName
{
color: #612F2F;
}
</style>
background-color css
<style>
a { background-color: #612F2F; }
a { background-color: rgb(97,47,47); }
div.DivClassName
{
background-color: #612F2F;
}
.BgClassName
{
background-color: #612F2F;
}
</style>
border-color css
<style>
span { border-color: #612F2F; }
span { border-color: rgb(97,47,47); }
td.TdClassName
{
border-color: #612F2F;
}
.TagClassName
{
border-color: #612F2F;
}
</style>