Shades of Grape #423F50
Tints of Grape #423F50
RGB
CMYK
RGB Variations
Color information
#423F50 (or 0x423F50) is known color: Grape. HEX triplet: 42, 3F and 50. RGB value is (66,63,80). Sum of RGB (Red+Green+Blue) = 66+63+80=209 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.58% from 209); Green value is 63 (25% from 255 or 30.14% from 209); Blue value is 80 (31.64% from 255 or 38.28% from 209); Max value from RGB is 80 - color contains mainly: blue. Hex color #423F50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423F50 is #BDC0AF. Grayscale: #414141. Windows color (decimal): -12435632 or 5259074. OLE color: 5259074.
HSL color Cylindrical-coordinate representation of color #423F50: hue angle of 250.59º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #423F50 is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 66 | 63 | 80 | - |
| CMYK | 0.17 | 0.21 | 0 | 0.69 |
| HSL | 250.59º | 0.12% | 0.28% | - |
| HSV(B) | 250.59º | 0.21% | 0.31% | - |
| XYZ | 5.47 | 5.29 | 8.32 | - |
| YUV | 65.84 | 135.99 | 128.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 63 | 80 | 0.17 | 0.21 | 0 | 0.69 | 250.59 | 0.12 | 0.28 |
| Hex | 42 | 3F | 50 | 11 | 15 | 0 | 45 | FB | C | 1C |
| Octal | 102 | 77 | 120 | 21 | 25 | 0 | 105 | 373 | 14 | 34 |
| Binary | 1000010 | 111111 | 1010000 | 10001 | 10101 | 0 | 1000101 | 11111011 | 1100 | 11100 |
Color Harmonies of #423F50
Complementary color
Monochromatic Colors of #423F50
Black with #423F50
Text Example
Text Example
White with #423F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423F50; }
p { color: rgb(66,63,80); }
H1.HeaderClassName
{
color: #423F50;
}
.AnyTagClassName
{
color: #423F50;
}
</style>
background-color css
<style>
a { background-color: #423F50; }
a { background-color: rgb(66,63,80); }
div.DivClassName
{
background-color: #423F50;
}
.BgClassName
{
background-color: #423F50;
}
</style>
border-color css
<style>
span { border-color: #423F50; }
span { border-color: rgb(66,63,80); }
td.TdClassName
{
border-color: #423F50;
}
.TagClassName
{
border-color: #423F50;
}
</style>