Shades of Grape #433F50
Tints of Grape #433F50
RGB
CMYK
RGB Variations
Color information
#433F50 (or 0x433F50) is known color: Grape. HEX triplet: 43, 3F and 50. RGB value is (67,63,80). Sum of RGB (Red+Green+Blue) = 67+63+80=210 (27% of max value = 765). Red value is 67 (26.56% from 255 or 31.90% from 210); Green value is 63 (25% from 255 or 30% from 210); Blue value is 80 (31.64% from 255 or 38.10% from 210); Max value from RGB is 80 - color contains mainly: blue. Hex color #433F50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #433F50 is #BCC0AF. Grayscale: #424242. Windows color (decimal): -12370096 or 5259075. OLE color: 5259075.
HSL color Cylindrical-coordinate representation of color #433F50: hue angle of 254.12º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #433F50 is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 67 | 63 | 80 | - |
| CMYK | 0.16 | 0.21 | 0 | 0.69 |
| HSL | 254.12º | 0.12% | 0.28% | - |
| HSV(B) | 254.12º | 0.21% | 0.31% | - |
| XYZ | 5.54 | 5.33 | 8.33 | - |
| YUV | 66.13 | 135.83 | 128.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 63 | 80 | 0.16 | 0.21 | 0 | 0.69 | 254.12 | 0.12 | 0.28 |
| Hex | 43 | 3F | 50 | 10 | 15 | 0 | 45 | FE | C | 1C |
| Octal | 103 | 77 | 120 | 20 | 25 | 0 | 105 | 376 | 14 | 34 |
| Binary | 1000011 | 111111 | 1010000 | 10000 | 10101 | 0 | 1000101 | 11111110 | 1100 | 11100 |
Color Harmonies of #433F50
Complementary color
Monochromatic Colors of #433F50
Black with #433F50
Text Example
Text Example
White with #433F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433F50; }
p { color: rgb(67,63,80); }
H1.HeaderClassName
{
color: #433F50;
}
.AnyTagClassName
{
color: #433F50;
}
</style>
background-color css
<style>
a { background-color: #433F50; }
a { background-color: rgb(67,63,80); }
div.DivClassName
{
background-color: #433F50;
}
.BgClassName
{
background-color: #433F50;
}
</style>
border-color css
<style>
span { border-color: #433F50; }
span { border-color: rgb(67,63,80); }
td.TdClassName
{
border-color: #433F50;
}
.TagClassName
{
border-color: #433F50;
}
</style>