Shades of Grape #433D51
Tints of Grape #433D51
RGB
CMYK
RGB Variations
Color information
#433D51 (or 0x433D51) is known color: Grape. HEX triplet: 43, 3D and 51. RGB value is (67,61,81). Sum of RGB (Red+Green+Blue) = 67+61+81=209 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.06% from 209); Green value is 61 (24.22% from 255 or 29.19% from 209); Blue value is 81 (32.03% from 255 or 38.76% from 209); Max value from RGB is 81 - color contains mainly: blue. Hex color #433D51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #433D51 is #BCC2AE. Grayscale: #404040. Windows color (decimal): -12370607 or 5324099. OLE color: 5324099.
HSL color Cylindrical-coordinate representation of color #433D51: hue angle of 258º degrees, saturation: 0.14, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #433D51 is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 67 | 61 | 81 | - |
| CMYK | 0.17 | 0.25 | 0 | 0.68 |
| HSL | 258º | 0.14% | 0.28% | - |
| HSV(B) | 258º | 0.25% | 0.32% | - |
| XYZ | 5.47 | 5.12 | 8.49 | - |
| YUV | 65.07 | 136.99 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 61 | 81 | 0.17 | 0.25 | 0 | 0.68 | 258 | 0.14 | 0.28 |
| Hex | 43 | 3D | 51 | 11 | 19 | 0 | 44 | 102 | E | 1C |
| Octal | 103 | 75 | 121 | 21 | 31 | 0 | 104 | 402 | 16 | 34 |
| Binary | 1000011 | 111101 | 1010001 | 10001 | 11001 | 0 | 1000100 | 100000010 | 1110 | 11100 |
Color Harmonies of #433D51
Complementary color
Monochromatic Colors of #433D51
Black with #433D51
Text Example
Text Example
White with #433D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433D51; }
p { color: rgb(67,61,81); }
H1.HeaderClassName
{
color: #433D51;
}
.AnyTagClassName
{
color: #433D51;
}
</style>
background-color css
<style>
a { background-color: #433D51; }
a { background-color: rgb(67,61,81); }
div.DivClassName
{
background-color: #433D51;
}
.BgClassName
{
background-color: #433D51;
}
</style>
border-color css
<style>
span { border-color: #433D51; }
span { border-color: rgb(67,61,81); }
td.TdClassName
{
border-color: #433D51;
}
.TagClassName
{
border-color: #433D51;
}
</style>