Shades of Grape #433D4B
Tints of Grape #433D4B
RGB
CMYK
RGB Variations
Color information
#433D4B (or 0x433D4B) is known color: Grape. HEX triplet: 43, 3D and 4B. RGB value is (67,61,75). Sum of RGB (Red+Green+Blue) = 67+61+75=203 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.00% from 203); Green value is 61 (24.22% from 255 or 30.05% from 203); Blue value is 75 (29.69% from 255 or 36.95% from 203); Max value from RGB is 75 - color contains mainly: blue. Hex color #433D4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #433D4B is #BCC2B4. Grayscale: #404040. Windows color (decimal): -12370613 or 4930883. OLE color: 4930883.
HSL color Cylindrical-coordinate representation of color #433D4B: hue angle of 265.71º degrees, saturation: 0.1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #433D4B is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 67 | 61 | 75 | - |
| CMYK | 0.11 | 0.19 | 0 | 0.71 |
| HSL | 265.71º | 0.1% | 0.27% | - |
| HSV(B) | 265.71º | 0.19% | 0.29% | - |
| XYZ | 5.25 | 5.04 | 7.35 | - |
| YUV | 64.39 | 133.99 | 129.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 61 | 75 | 0.11 | 0.19 | 0 | 0.71 | 265.71 | 0.1 | 0.27 |
| Hex | 43 | 3D | 4B | B | 13 | 0 | 47 | 10A | A | 1B |
| Octal | 103 | 75 | 113 | 13 | 23 | 0 | 107 | 412 | 12 | 33 |
| Binary | 1000011 | 111101 | 1001011 | 1011 | 10011 | 0 | 1000111 | 100001010 | 1010 | 11011 |
Color Harmonies of #433D4B
Complementary color
Monochromatic Colors of #433D4B
Black with #433D4B
Text Example
Text Example
White with #433D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433D4B; }
p { color: rgb(67,61,75); }
H1.HeaderClassName
{
color: #433D4B;
}
.AnyTagClassName
{
color: #433D4B;
}
</style>
background-color css
<style>
a { background-color: #433D4B; }
a { background-color: rgb(67,61,75); }
div.DivClassName
{
background-color: #433D4B;
}
.BgClassName
{
background-color: #433D4B;
}
</style>
border-color css
<style>
span { border-color: #433D4B; }
span { border-color: rgb(67,61,75); }
td.TdClassName
{
border-color: #433D4B;
}
.TagClassName
{
border-color: #433D4B;
}
</style>