Shades of Grape #423D50
Tints of Grape #423D50
RGB
CMYK
RGB Variations
Color information
#423D50 (or 0x423D50) is known color: Grape. HEX triplet: 42, 3D and 50. RGB value is (66,61,80). Sum of RGB (Red+Green+Blue) = 66+61+80=207 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.88% from 207); Green value is 61 (24.22% from 255 or 29.47% from 207); Blue value is 80 (31.64% from 255 or 38.65% from 207); Max value from RGB is 80 - color contains mainly: blue. Hex color #423D50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423D50 is #BDC2AF. Grayscale: #404040. Windows color (decimal): -12436144 or 5258562. OLE color: 5258562.
HSL color Cylindrical-coordinate representation of color #423D50: hue angle of 255.79º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #423D50 is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 66 | 61 | 80 | - |
| CMYK | 0.17 | 0.24 | 0 | 0.69 |
| HSL | 255.79º | 0.13% | 0.28% | - |
| HSV(B) | 255.79º | 0.24% | 0.31% | - |
| XYZ | 5.36 | 5.07 | 8.29 | - |
| YUV | 64.66 | 136.66 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 61 | 80 | 0.17 | 0.24 | 0 | 0.69 | 255.79 | 0.13 | 0.28 |
| Hex | 42 | 3D | 50 | 11 | 18 | 0 | 45 | 100 | D | 1C |
| Octal | 102 | 75 | 120 | 21 | 30 | 0 | 105 | 400 | 15 | 34 |
| Binary | 1000010 | 111101 | 1010000 | 10001 | 11000 | 0 | 1000101 | 100000000 | 1101 | 11100 |
Color Harmonies of #423D50
Complementary color
Monochromatic Colors of #423D50
Black with #423D50
Text Example
Text Example
White with #423D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423D50; }
p { color: rgb(66,61,80); }
H1.HeaderClassName
{
color: #423D50;
}
.AnyTagClassName
{
color: #423D50;
}
</style>
background-color css
<style>
a { background-color: #423D50; }
a { background-color: rgb(66,61,80); }
div.DivClassName
{
background-color: #423D50;
}
.BgClassName
{
background-color: #423D50;
}
</style>
border-color css
<style>
span { border-color: #423D50; }
span { border-color: rgb(66,61,80); }
td.TdClassName
{
border-color: #423D50;
}
.TagClassName
{
border-color: #423D50;
}
</style>