Shades of Grape #433D52
Tints of Grape #433D52
RGB
CMYK
RGB Variations
Color information
#433D52 (or 0x433D52) is known color: Grape. HEX triplet: 43, 3D and 52. RGB value is (67,61,82). Sum of RGB (Red+Green+Blue) = 67+61+82=210 (27% of max value = 765). Red value is 67 (26.56% from 255 or 31.90% from 210); Green value is 61 (24.22% from 255 or 29.05% from 210); Blue value is 82 (32.42% from 255 or 39.05% from 210); Max value from RGB is 82 - color contains mainly: blue. Hex color #433D52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #433D52 is #BCC2AD. Grayscale: #414141. Windows color (decimal): -12370606 or 5389635. OLE color: 5389635.
HSL color Cylindrical-coordinate representation of color #433D52: hue angle of 257.14º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #433D52 is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 67 | 61 | 82 | - |
| CMYK | 0.18 | 0.26 | 0 | 0.68 |
| HSL | 257.14º | 0.15% | 0.28% | - |
| HSV(B) | 257.14º | 0.26% | 0.32% | - |
| XYZ | 5.51 | 5.14 | 8.68 | - |
| YUV | 65.19 | 137.49 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 61 | 82 | 0.18 | 0.26 | 0 | 0.68 | 257.14 | 0.15 | 0.28 |
| Hex | 43 | 3D | 52 | 12 | 1A | 0 | 44 | 101 | F | 1C |
| Octal | 103 | 75 | 122 | 22 | 32 | 0 | 104 | 401 | 17 | 34 |
| Binary | 1000011 | 111101 | 1010010 | 10010 | 11010 | 0 | 1000100 | 100000001 | 1111 | 11100 |
Color Harmonies of #433D52
Complementary color
Monochromatic Colors of #433D52
Black with #433D52
Text Example
Text Example
White with #433D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433D52; }
p { color: rgb(67,61,82); }
H1.HeaderClassName
{
color: #433D52;
}
.AnyTagClassName
{
color: #433D52;
}
</style>
background-color css
<style>
a { background-color: #433D52; }
a { background-color: rgb(67,61,82); }
div.DivClassName
{
background-color: #433D52;
}
.BgClassName
{
background-color: #433D52;
}
</style>
border-color css
<style>
span { border-color: #433D52; }
span { border-color: rgb(67,61,82); }
td.TdClassName
{
border-color: #433D52;
}
.TagClassName
{
border-color: #433D52;
}
</style>