Shades of Grape #423C50
Tints of Grape #423C50
RGB
CMYK
RGB Variations
Color information
#423C50 (or 0x423C50) is known color: Grape. HEX triplet: 42, 3C and 50. RGB value is (66,60,80). Sum of RGB (Red+Green+Blue) = 66+60+80=206 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.04% from 206); Green value is 60 (23.83% from 255 or 29.13% from 206); Blue value is 80 (31.64% from 255 or 38.83% from 206); Max value from RGB is 80 - color contains mainly: blue. Hex color #423C50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423C50 is #BDC3AF. Grayscale: #404040. Windows color (decimal): -12436400 or 5258306. OLE color: 5258306.
HSL color Cylindrical-coordinate representation of color #423C50: hue angle of 258º degrees, saturation: 0.14, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #423C50 is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 66 | 60 | 80 | - |
| CMYK | 0.17 | 0.25 | 0 | 0.69 |
| HSL | 258º | 0.14% | 0.27% | - |
| HSV(B) | 258º | 0.25% | 0.31% | - |
| XYZ | 5.31 | 4.97 | 8.27 | - |
| YUV | 64.07 | 136.99 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 60 | 80 | 0.17 | 0.25 | 0 | 0.69 | 258 | 0.14 | 0.27 |
| Hex | 42 | 3C | 50 | 11 | 19 | 0 | 45 | 102 | E | 1B |
| Octal | 102 | 74 | 120 | 21 | 31 | 0 | 105 | 402 | 16 | 33 |
| Binary | 1000010 | 111100 | 1010000 | 10001 | 11001 | 0 | 1000101 | 100000010 | 1110 | 11011 |
Color Harmonies of #423C50
Complementary color
Monochromatic Colors of #423C50
Black with #423C50
Text Example
Text Example
White with #423C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423C50; }
p { color: rgb(66,60,80); }
H1.HeaderClassName
{
color: #423C50;
}
.AnyTagClassName
{
color: #423C50;
}
</style>
background-color css
<style>
a { background-color: #423C50; }
a { background-color: rgb(66,60,80); }
div.DivClassName
{
background-color: #423C50;
}
.BgClassName
{
background-color: #423C50;
}
</style>
border-color css
<style>
span { border-color: #423C50; }
span { border-color: rgb(66,60,80); }
td.TdClassName
{
border-color: #423C50;
}
.TagClassName
{
border-color: #423C50;
}
</style>