Shades of Purple Taupe #533B4B
Tints of Purple Taupe #533B4B
RGB
CMYK
RGB Variations
Color information
#533B4B (or 0x533B4B) is known color: Purple Taupe. HEX triplet: 53, 3B and 4B. RGB value is (83,59,75). Sum of RGB (Red+Green+Blue) = 83+59+75=217 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.25% from 217); Green value is 59 (23.44% from 255 or 27.19% from 217); Blue value is 75 (29.69% from 255 or 34.56% from 217); Max value from RGB is 83 - color contains mainly: red. Hex color #533B4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533B4B is #ACC4B4. Grayscale: #434343. Windows color (decimal): -11322549 or 4930387. OLE color: 4930387.
HSL color Cylindrical-coordinate representation of color #533B4B: hue angle of 320º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #533B4B is Cyan = 0, Magento = 0.29, Yellow = 0.10 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 59 | 75 | - |
| CMYK | 0 | 0.29 | 0.10 | 0.67 |
| HSL | 320º | 0.17% | 0.28% | - |
| HSV(B) | 320º | 0.29% | 0.33% | - |
| XYZ | 6.4 | 5.47 | 7.38 | - |
| YUV | 68 | 131.95 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 59 | 75 | 0 | 0.29 | 0.10 | 0.67 | 320 | 0.17 | 0.28 |
| Hex | 53 | 3B | 4B | 0 | 1D | A | 43 | 140 | 11 | 1C |
| Octal | 123 | 73 | 113 | 0 | 35 | 12 | 103 | 500 | 21 | 34 |
| Binary | 1010011 | 111011 | 1001011 | 0 | 11101 | 1010 | 1000011 | 101000000 | 10001 | 11100 |
Color Harmonies of #533B4B
Complementary color
Monochromatic Colors of #533B4B
Black with #533B4B
Text Example
Text Example
White with #533B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533B4B; }
p { color: rgb(83,59,75); }
H1.HeaderClassName
{
color: #533B4B;
}
.AnyTagClassName
{
color: #533B4B;
}
</style>
background-color css
<style>
a { background-color: #533B4B; }
a { background-color: rgb(83,59,75); }
div.DivClassName
{
background-color: #533B4B;
}
.BgClassName
{
background-color: #533B4B;
}
</style>
border-color css
<style>
span { border-color: #533B4B; }
span { border-color: rgb(83,59,75); }
td.TdClassName
{
border-color: #533B4B;
}
.TagClassName
{
border-color: #533B4B;
}
</style>