Shades of Grape #433C50
Tints of Grape #433C50
RGB
CMYK
RGB Variations
Color information
#433C50 (or 0x433C50) is known color: Grape. HEX triplet: 43, 3C and 50. RGB value is (67,60,80). Sum of RGB (Red+Green+Blue) = 67+60+80=207 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.37% from 207); Green value is 60 (23.83% from 255 or 28.99% from 207); Blue value is 80 (31.64% from 255 or 38.65% from 207); Max value from RGB is 80 - color contains mainly: blue. Hex color #433C50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #433C50 is #BCC3AF. Grayscale: #404040. Windows color (decimal): -12370864 or 5258307. OLE color: 5258307.
HSL color Cylindrical-coordinate representation of color #433C50: hue angle of 261º degrees, saturation: 0.14, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #433C50 is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 67 | 60 | 80 | - |
| CMYK | 0.16 | 0.25 | 0 | 0.69 |
| HSL | 261º | 0.14% | 0.27% | - |
| HSV(B) | 261º | 0.25% | 0.31% | - |
| XYZ | 5.38 | 5 | 8.27 | - |
| YUV | 64.37 | 136.82 | 129.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 60 | 80 | 0.16 | 0.25 | 0 | 0.69 | 261 | 0.14 | 0.27 |
| Hex | 43 | 3C | 50 | 10 | 19 | 0 | 45 | 105 | E | 1B |
| Octal | 103 | 74 | 120 | 20 | 31 | 0 | 105 | 405 | 16 | 33 |
| Binary | 1000011 | 111100 | 1010000 | 10000 | 11001 | 0 | 1000101 | 100000101 | 1110 | 11011 |
Color Harmonies of #433C50
Complementary color
Monochromatic Colors of #433C50
Black with #433C50
Text Example
Text Example
White with #433C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433C50; }
p { color: rgb(67,60,80); }
H1.HeaderClassName
{
color: #433C50;
}
.AnyTagClassName
{
color: #433C50;
}
</style>
background-color css
<style>
a { background-color: #433C50; }
a { background-color: rgb(67,60,80); }
div.DivClassName
{
background-color: #433C50;
}
.BgClassName
{
background-color: #433C50;
}
</style>
border-color css
<style>
span { border-color: #433C50; }
span { border-color: rgb(67,60,80); }
td.TdClassName
{
border-color: #433C50;
}
.TagClassName
{
border-color: #433C50;
}
</style>