Shades of Persian Plum #6B3332
Tints of Persian Plum #6B3332
RGB
CMYK
RGB Variations
Color information
#6B3332 (or 0x6B3332) is known color: Persian Plum. HEX triplet: 6B, 33 and 32. RGB value is (107,51,50). Sum of RGB (Red+Green+Blue) = 107+51+50=208 (27% of max value = 765). Red value is 107 (42.19% from 255 or 51.44% from 208); Green value is 51 (20.31% from 255 or 24.52% from 208); Blue value is 50 (19.92% from 255 or 24.04% from 208); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3332 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B3332 is #94CCCD. Grayscale: #434343. Windows color (decimal): -9751758 or 3289963. OLE color: 3289963.
HSL color Cylindrical-coordinate representation of color #6B3332: hue angle of 1.05º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6B3332 is Cyan = 0, Magento = 0.52, Yellow = 0.53 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 51 | 50 | - |
| CMYK | 0 | 0.52 | 0.53 | 0.58 |
| HSL | 1.05º | 0.36% | 0.31% | - |
| HSV(B) | 1.05º | 0.53% | 0.42% | - |
| XYZ | 7.82 | 5.72 | 3.71 | - |
| YUV | 67.63 | 118.05 | 156.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 51 | 50 | 0 | 0.52 | 0.53 | 0.58 | 1.05 | 0.36 | 0.31 |
| Hex | 6B | 33 | 32 | 0 | 34 | 35 | 3A | 1 | 24 | 1F |
| Octal | 153 | 63 | 62 | 0 | 64 | 65 | 72 | 1 | 44 | 37 |
| Binary | 1101011 | 110011 | 110010 | 0 | 110100 | 110101 | 111010 | 1 | 100100 | 11111 |
Color Harmonies of #6B3332
Complementary color
Monochromatic Colors of #6B3332
Black with #6B3332
Text Example
Text Example
White with #6B3332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3332; }
p { color: rgb(107,51,50); }
H1.HeaderClassName
{
color: #6B3332;
}
.AnyTagClassName
{
color: #6B3332;
}
</style>
background-color css
<style>
a { background-color: #6B3332; }
a { background-color: rgb(107,51,50); }
div.DivClassName
{
background-color: #6B3332;
}
.BgClassName
{
background-color: #6B3332;
}
</style>
border-color css
<style>
span { border-color: #6B3332; }
span { border-color: rgb(107,51,50); }
td.TdClassName
{
border-color: #6B3332;
}
.TagClassName
{
border-color: #6B3332;
}
</style>