Shades of Grape #423D54
Tints of Grape #423D54
RGB
CMYK
RGB Variations
Color information
#423D54 (or 0x423D54) is known color: Grape. HEX triplet: 42, 3D and 54. RGB value is (66,61,84). Sum of RGB (Red+Green+Blue) = 66+61+84=211 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.28% from 211); Green value is 61 (24.22% from 255 or 28.91% from 211); Blue value is 84 (33.20% from 255 or 39.81% from 211); Max value from RGB is 84 - color contains mainly: blue. Hex color #423D54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423D54 is #BDC2AB. Grayscale: #414141. Windows color (decimal): -12436140 or 5520706. OLE color: 5520706.
HSL color Cylindrical-coordinate representation of color #423D54: hue angle of 253.04º degrees, saturation: 0.16, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #423D54 is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 66 | 61 | 84 | - |
| CMYK | 0.21 | 0.27 | 0 | 0.67 |
| HSL | 253.04º | 0.16% | 0.28% | - |
| HSV(B) | 253.04º | 0.27% | 0.33% | - |
| XYZ | 5.52 | 5.14 | 9.09 | - |
| YUV | 65.12 | 138.66 | 128.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 61 | 84 | 0.21 | 0.27 | 0 | 0.67 | 253.04 | 0.16 | 0.28 |
| Hex | 42 | 3D | 54 | 15 | 1B | 0 | 43 | FD | 10 | 1C |
| Octal | 102 | 75 | 124 | 25 | 33 | 0 | 103 | 375 | 20 | 34 |
| Binary | 1000010 | 111101 | 1010100 | 10101 | 11011 | 0 | 1000011 | 11111101 | 10000 | 11100 |
Color Harmonies of #423D54
Complementary color
Monochromatic Colors of #423D54
Black with #423D54
Text Example
Text Example
White with #423D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423D54; }
p { color: rgb(66,61,84); }
H1.HeaderClassName
{
color: #423D54;
}
.AnyTagClassName
{
color: #423D54;
}
</style>
background-color css
<style>
a { background-color: #423D54; }
a { background-color: rgb(66,61,84); }
div.DivClassName
{
background-color: #423D54;
}
.BgClassName
{
background-color: #423D54;
}
</style>
border-color css
<style>
span { border-color: #423D54; }
span { border-color: rgb(66,61,84); }
td.TdClassName
{
border-color: #423D54;
}
.TagClassName
{
border-color: #423D54;
}
</style>