Shades of Grape #433C4C
Tints of Grape #433C4C
RGB
CMYK
RGB Variations
Color information
#433C4C (or 0x433C4C) is known color: Grape. HEX triplet: 43, 3C and 4C. RGB value is (67,60,76). Sum of RGB (Red+Green+Blue) = 67+60+76=203 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.00% from 203); Green value is 60 (23.83% from 255 or 29.56% from 203); Blue value is 76 (30.08% from 255 or 37.44% from 203); Max value from RGB is 76 - color contains mainly: blue. Hex color #433C4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #433C4C is #BCC3B3. Grayscale: #3F3F3F. Windows color (decimal): -12370868 or 4996163. OLE color: 4996163.
HSL color Cylindrical-coordinate representation of color #433C4C: hue angle of 266.25º degrees, saturation: 0.12, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #433C4C is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 67 | 60 | 76 | - |
| CMYK | 0.12 | 0.21 | 0 | 0.70 |
| HSL | 266.25º | 0.12% | 0.27% | - |
| HSV(B) | 266.25º | 0.21% | 0.3% | - |
| XYZ | 5.24 | 4.95 | 7.52 | - |
| YUV | 63.92 | 134.82 | 130.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 60 | 76 | 0.12 | 0.21 | 0 | 0.70 | 266.25 | 0.12 | 0.27 |
| Hex | 43 | 3C | 4C | C | 15 | 0 | 46 | 10A | C | 1B |
| Octal | 103 | 74 | 114 | 14 | 25 | 0 | 106 | 412 | 14 | 33 |
| Binary | 1000011 | 111100 | 1001100 | 1100 | 10101 | 0 | 1000110 | 100001010 | 1100 | 11011 |
Color Harmonies of #433C4C
Complementary color
Monochromatic Colors of #433C4C
Black with #433C4C
Text Example
Text Example
White with #433C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433C4C; }
p { color: rgb(67,60,76); }
H1.HeaderClassName
{
color: #433C4C;
}
.AnyTagClassName
{
color: #433C4C;
}
</style>
background-color css
<style>
a { background-color: #433C4C; }
a { background-color: rgb(67,60,76); }
div.DivClassName
{
background-color: #433C4C;
}
.BgClassName
{
background-color: #433C4C;
}
</style>
border-color css
<style>
span { border-color: #433C4C; }
span { border-color: rgb(67,60,76); }
td.TdClassName
{
border-color: #433C4C;
}
.TagClassName
{
border-color: #433C4C;
}
</style>