Shades of Persian Plum #672D2D
Tints of Persian Plum #672D2D
RGB
CMYK
RGB Variations
Color information
#672D2D (or 0x672D2D) is known color: Persian Plum. HEX triplet: 67, 2D and 2D. RGB value is (103,45,45). Sum of RGB (Red+Green+Blue) = 103+45+45=193 (25% of max value = 765). Red value is 103 (40.62% from 255 or 53.37% from 193); Green value is 45 (17.97% from 255 or 23.32% from 193); Blue value is 45 (17.97% from 255 or 23.32% from 193); Max value from RGB is 103 - color contains mainly: red. Hex color #672D2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #672D2D is #98D2D2. Grayscale: #3E3E3E. Windows color (decimal): -10015443 or 2960743. OLE color: 2960743.
HSL color Cylindrical-coordinate representation of color #672D2D: hue angle of 0º 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 #672D2D is Cyan = 0, Magento = 0.56, Yellow = 0.56 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 45 | 45 | - |
| CMYK | 0 | 0.56 | 0.56 | 0.60 |
| HSL | 0º | 0.39% | 0.29% | - |
| HSV(B) | 0º | 0.56% | 0.4% | - |
| XYZ | 7.01 | 4.95 | 3.07 | - |
| YUV | 62.34 | 118.22 | 157 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 45 | 45 | 0 | 0.56 | 0.56 | 0.60 | 0 | 0.39 | 0.29 |
| Hex | 67 | 2D | 2D | 0 | 38 | 38 | 3C | 0 | 27 | 1D |
| Octal | 147 | 55 | 55 | 0 | 70 | 70 | 74 | 0 | 47 | 35 |
| Binary | 1100111 | 101101 | 101101 | 0 | 111000 | 111000 | 111100 | 0 | 100111 | 11101 |
Color Harmonies of #672D2D
Complementary color
Monochromatic Colors of #672D2D
Black with #672D2D
Text Example
Text Example
White with #672D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672D2D; }
p { color: rgb(103,45,45); }
H1.HeaderClassName
{
color: #672D2D;
}
.AnyTagClassName
{
color: #672D2D;
}
</style>
background-color css
<style>
a { background-color: #672D2D; }
a { background-color: rgb(103,45,45); }
div.DivClassName
{
background-color: #672D2D;
}
.BgClassName
{
background-color: #672D2D;
}
</style>
border-color css
<style>
span { border-color: #672D2D; }
span { border-color: rgb(103,45,45); }
td.TdClassName
{
border-color: #672D2D;
}
.TagClassName
{
border-color: #672D2D;
}
</style>