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