Shades of Persian Plum #67322F
Tints of Persian Plum #67322F
RGB
CMYK
RGB Variations
Color information
#67322F (or 0x67322F) is known color: Persian Plum. HEX triplet: 67, 32 and 2F. RGB value is (103,50,47). Sum of RGB (Red+Green+Blue) = 103+50+47=200 (26% of max value = 765). Red value is 103 (40.62% from 255 or 51.5% from 200); Green value is 50 (19.92% from 255 or 25% from 200); Blue value is 47 (18.75% from 255 or 23.5% from 200); Max value from RGB is 103 - color contains mainly: red. Hex color #67322F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67322F is #98CDD0. Grayscale: #414141. Windows color (decimal): -10014161 or 3093095. OLE color: 3093095.
HSL color Cylindrical-coordinate representation of color #67322F: hue angle of 3.21º 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 #67322F is Cyan = 0, Magento = 0.51, Yellow = 0.54 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 50 | 47 | - |
| CMYK | 0 | 0.51 | 0.54 | 0.60 |
| HSL | 3.21º | 0.37% | 0.29% | - |
| HSV(B) | 3.21º | 0.54% | 0.4% | - |
| XYZ | 7.25 | 5.37 | 3.34 | - |
| YUV | 65.51 | 117.56 | 154.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 50 | 47 | 0 | 0.51 | 0.54 | 0.60 | 3.21 | 0.37 | 0.29 |
| Hex | 67 | 32 | 2F | 0 | 33 | 36 | 3C | 3 | 25 | 1D |
| Octal | 147 | 62 | 57 | 0 | 63 | 66 | 74 | 3 | 45 | 35 |
| Binary | 1100111 | 110010 | 101111 | 0 | 110011 | 110110 | 111100 | 11 | 100101 | 11101 |
Color Harmonies of #67322F
Complementary color
Monochromatic Colors of #67322F
Black with #67322F
Text Example
Text Example
White with #67322F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67322F; }
p { color: rgb(103,50,47); }
H1.HeaderClassName
{
color: #67322F;
}
.AnyTagClassName
{
color: #67322F;
}
</style>
background-color css
<style>
a { background-color: #67322F; }
a { background-color: rgb(103,50,47); }
div.DivClassName
{
background-color: #67322F;
}
.BgClassName
{
background-color: #67322F;
}
</style>
border-color css
<style>
span { border-color: #67322F; }
span { border-color: rgb(103,50,47); }
td.TdClassName
{
border-color: #67322F;
}
.TagClassName
{
border-color: #67322F;
}
</style>