Shades of Grape #433950
Tints of Grape #433950
RGB
CMYK
RGB Variations
Color information
#433950 (or 0x433950) is known color: Grape. HEX triplet: 43, 39 and 50. RGB value is (67,57,80). Sum of RGB (Red+Green+Blue) = 67+57+80=204 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.84% from 204); Green value is 57 (22.66% from 255 or 27.94% from 204); Blue value is 80 (31.64% from 255 or 39.22% from 204); Max value from RGB is 80 - color contains mainly: blue. Hex color #433950 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #433950 is #BCC6AF. Grayscale: #3E3E3E. Windows color (decimal): -12371632 or 5257539. OLE color: 5257539.
HSL color Cylindrical-coordinate representation of color #433950: hue angle of 266.09º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #433950 is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 67 | 57 | 80 | - |
| CMYK | 0.16 | 0.29 | 0 | 0.69 |
| HSL | 266.09º | 0.17% | 0.27% | - |
| HSV(B) | 266.09º | 0.29% | 0.31% | - |
| XYZ | 5.23 | 4.7 | 8.22 | - |
| YUV | 62.61 | 137.81 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 57 | 80 | 0.16 | 0.29 | 0 | 0.69 | 266.09 | 0.17 | 0.27 |
| Hex | 43 | 39 | 50 | 10 | 1D | 0 | 45 | 10A | 11 | 1B |
| Octal | 103 | 71 | 120 | 20 | 35 | 0 | 105 | 412 | 21 | 33 |
| Binary | 1000011 | 111001 | 1010000 | 10000 | 11101 | 0 | 1000101 | 100001010 | 10001 | 11011 |
Color Harmonies of #433950
Complementary color
Monochromatic Colors of #433950
Black with #433950
Text Example
Text Example
White with #433950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433950; }
p { color: rgb(67,57,80); }
H1.HeaderClassName
{
color: #433950;
}
.AnyTagClassName
{
color: #433950;
}
</style>
background-color css
<style>
a { background-color: #433950; }
a { background-color: rgb(67,57,80); }
div.DivClassName
{
background-color: #433950;
}
.BgClassName
{
background-color: #433950;
}
</style>
border-color css
<style>
span { border-color: #433950; }
span { border-color: rgb(67,57,80); }
td.TdClassName
{
border-color: #433950;
}
.TagClassName
{
border-color: #433950;
}
</style>