Shades of Grape #423950
Tints of Grape #423950
RGB
CMYK
RGB Variations
Color information
#423950 (or 0x423950) is known color: Grape. HEX triplet: 42, 39 and 50. RGB value is (66,57,80). Sum of RGB (Red+Green+Blue) = 66+57+80=203 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.51% from 203); Green value is 57 (22.66% from 255 or 28.08% from 203); Blue value is 80 (31.64% from 255 or 39.41% from 203); Max value from RGB is 80 - color contains mainly: blue. Hex color #423950 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423950 is #BDC6AF. Grayscale: #3E3E3E. Windows color (decimal): -12437168 or 5257538. OLE color: 5257538.
HSL color Cylindrical-coordinate representation of color #423950: hue angle of 263.48º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #423950 is Cyan = 0.17, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 66 | 57 | 80 | - |
| CMYK | 0.17 | 0.29 | 0 | 0.69 |
| HSL | 263.48º | 0.17% | 0.27% | - |
| HSV(B) | 263.48º | 0.29% | 0.31% | - |
| XYZ | 5.16 | 4.66 | 8.22 | - |
| YUV | 62.31 | 137.98 | 130.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 57 | 80 | 0.17 | 0.29 | 0 | 0.69 | 263.48 | 0.17 | 0.27 |
| Hex | 42 | 39 | 50 | 11 | 1D | 0 | 45 | 107 | 11 | 1B |
| Octal | 102 | 71 | 120 | 21 | 35 | 0 | 105 | 407 | 21 | 33 |
| Binary | 1000010 | 111001 | 1010000 | 10001 | 11101 | 0 | 1000101 | 100000111 | 10001 | 11011 |
Color Harmonies of #423950
Complementary color
Monochromatic Colors of #423950
Black with #423950
Text Example
Text Example
White with #423950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423950; }
p { color: rgb(66,57,80); }
H1.HeaderClassName
{
color: #423950;
}
.AnyTagClassName
{
color: #423950;
}
</style>
background-color css
<style>
a { background-color: #423950; }
a { background-color: rgb(66,57,80); }
div.DivClassName
{
background-color: #423950;
}
.BgClassName
{
background-color: #423950;
}
</style>
border-color css
<style>
span { border-color: #423950; }
span { border-color: rgb(66,57,80); }
td.TdClassName
{
border-color: #423950;
}
.TagClassName
{
border-color: #423950;
}
</style>