Shades of Grape #433D54
Tints of Grape #433D54
RGB
CMYK
RGB Variations
Color information
#433D54 (or 0x433D54) is known color: Grape. HEX triplet: 43, 3D and 54. RGB value is (67,61,84). Sum of RGB (Red+Green+Blue) = 67+61+84=212 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.60% from 212); Green value is 61 (24.22% from 255 or 28.77% from 212); Blue value is 84 (33.20% from 255 or 39.62% from 212); Max value from RGB is 84 - color contains mainly: blue. Hex color #433D54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #433D54 is #BCC2AB. Grayscale: #414141. Windows color (decimal): -12370604 or 5520707. OLE color: 5520707.
HSL color Cylindrical-coordinate representation of color #433D54: hue angle of 255.65º degrees, saturation: 0.16, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #433D54 is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 67 | 61 | 84 | - |
| CMYK | 0.20 | 0.27 | 0 | 0.67 |
| HSL | 255.65º | 0.16% | 0.28% | - |
| HSV(B) | 255.65º | 0.27% | 0.33% | - |
| XYZ | 5.58 | 5.17 | 9.09 | - |
| YUV | 65.42 | 138.49 | 129.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 61 | 84 | 0.20 | 0.27 | 0 | 0.67 | 255.65 | 0.16 | 0.28 |
| Hex | 43 | 3D | 54 | 14 | 1B | 0 | 43 | 100 | 10 | 1C |
| Octal | 103 | 75 | 124 | 24 | 33 | 0 | 103 | 400 | 20 | 34 |
| Binary | 1000011 | 111101 | 1010100 | 10100 | 11011 | 0 | 1000011 | 100000000 | 10000 | 11100 |
Color Harmonies of #433D54
Complementary color
Monochromatic Colors of #433D54
Black with #433D54
Text Example
Text Example
White with #433D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433D54; }
p { color: rgb(67,61,84); }
H1.HeaderClassName
{
color: #433D54;
}
.AnyTagClassName
{
color: #433D54;
}
</style>
background-color css
<style>
a { background-color: #433D54; }
a { background-color: rgb(67,61,84); }
div.DivClassName
{
background-color: #433D54;
}
.BgClassName
{
background-color: #433D54;
}
</style>
border-color css
<style>
span { border-color: #433D54; }
span { border-color: rgb(67,61,84); }
td.TdClassName
{
border-color: #433D54;
}
.TagClassName
{
border-color: #433D54;
}
</style>