Shades of Grape #423D53
Tints of Grape #423D53
RGB
CMYK
RGB Variations
Color information
#423D53 (or 0x423D53) is known color: Grape. HEX triplet: 42, 3D and 53. RGB value is (66,61,83). Sum of RGB (Red+Green+Blue) = 66+61+83=210 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.43% from 210); Green value is 61 (24.22% from 255 or 29.05% from 210); Blue value is 83 (32.81% from 255 or 39.52% from 210); Max value from RGB is 83 - color contains mainly: blue. Hex color #423D53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423D53 is #BDC2AC. Grayscale: #404040. Windows color (decimal): -12436141 or 5455170. OLE color: 5455170.
HSL color Cylindrical-coordinate representation of color #423D53: hue angle of 253.64º degrees, saturation: 0.15, 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 #423D53 is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 66 | 61 | 83 | - |
| CMYK | 0.20 | 0.27 | 0 | 0.67 |
| HSL | 253.64º | 0.15% | 0.28% | - |
| HSV(B) | 253.64º | 0.27% | 0.33% | - |
| XYZ | 5.48 | 5.12 | 8.88 | - |
| YUV | 65 | 138.16 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 61 | 83 | 0.20 | 0.27 | 0 | 0.67 | 253.64 | 0.15 | 0.28 |
| Hex | 42 | 3D | 53 | 14 | 1B | 0 | 43 | FE | F | 1C |
| Octal | 102 | 75 | 123 | 24 | 33 | 0 | 103 | 376 | 17 | 34 |
| Binary | 1000010 | 111101 | 1010011 | 10100 | 11011 | 0 | 1000011 | 11111110 | 1111 | 11100 |
Color Harmonies of #423D53
Complementary color
Monochromatic Colors of #423D53
Black with #423D53
Text Example
Text Example
White with #423D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423D53; }
p { color: rgb(66,61,83); }
H1.HeaderClassName
{
color: #423D53;
}
.AnyTagClassName
{
color: #423D53;
}
</style>
background-color css
<style>
a { background-color: #423D53; }
a { background-color: rgb(66,61,83); }
div.DivClassName
{
background-color: #423D53;
}
.BgClassName
{
background-color: #423D53;
}
</style>
border-color css
<style>
span { border-color: #423D53; }
span { border-color: rgb(66,61,83); }
td.TdClassName
{
border-color: #423D53;
}
.TagClassName
{
border-color: #423D53;
}
</style>