Shades of Grape #433B50
Tints of Grape #433B50
RGB
CMYK
RGB Variations
Color information
#433B50 (or 0x433B50) is known color: Grape. HEX triplet: 43, 3B and 50. RGB value is (67,59,80). Sum of RGB (Red+Green+Blue) = 67+59+80=206 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.52% from 206); Green value is 59 (23.44% from 255 or 28.64% from 206); Blue value is 80 (31.64% from 255 or 38.83% from 206); Max value from RGB is 80 - color contains mainly: blue. Hex color #433B50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #433B50 is #BCC4AF. Grayscale: #3F3F3F. Windows color (decimal): -12371120 or 5258051. OLE color: 5258051.
HSL color Cylindrical-coordinate representation of color #433B50: hue angle of 262.86º degrees, saturation: 0.15, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #433B50 is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 67 | 59 | 80 | - |
| CMYK | 0.16 | 0.26 | 0 | 0.69 |
| HSL | 262.86º | 0.15% | 0.27% | - |
| HSV(B) | 262.86º | 0.26% | 0.31% | - |
| XYZ | 5.33 | 4.9 | 8.25 | - |
| YUV | 63.79 | 137.15 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 59 | 80 | 0.16 | 0.26 | 0 | 0.69 | 262.86 | 0.15 | 0.27 |
| Hex | 43 | 3B | 50 | 10 | 1A | 0 | 45 | 107 | F | 1B |
| Octal | 103 | 73 | 120 | 20 | 32 | 0 | 105 | 407 | 17 | 33 |
| Binary | 1000011 | 111011 | 1010000 | 10000 | 11010 | 0 | 1000101 | 100000111 | 1111 | 11011 |
Color Harmonies of #433B50
Complementary color
Monochromatic Colors of #433B50
Black with #433B50
Text Example
Text Example
White with #433B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433B50; }
p { color: rgb(67,59,80); }
H1.HeaderClassName
{
color: #433B50;
}
.AnyTagClassName
{
color: #433B50;
}
</style>
background-color css
<style>
a { background-color: #433B50; }
a { background-color: rgb(67,59,80); }
div.DivClassName
{
background-color: #433B50;
}
.BgClassName
{
background-color: #433B50;
}
</style>
border-color css
<style>
span { border-color: #433B50; }
span { border-color: rgb(67,59,80); }
td.TdClassName
{
border-color: #433B50;
}
.TagClassName
{
border-color: #433B50;
}
</style>