Shades of Grape #423E53
Tints of Grape #423E53
RGB
CMYK
RGB Variations
Color information
#423E53 (or 0x423E53) is known color: Grape. HEX triplet: 42, 3E and 53. RGB value is (66,62,83). Sum of RGB (Red+Green+Blue) = 66+62+83=211 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.28% from 211); Green value is 62 (24.61% from 255 or 29.38% from 211); Blue value is 83 (32.81% from 255 or 39.34% from 211); Max value from RGB is 83 - color contains mainly: blue. Hex color #423E53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423E53 is #BDC1AC. Grayscale: #414141. Windows color (decimal): -12435885 or 5455426. OLE color: 5455426.
HSL color Cylindrical-coordinate representation of color #423E53: hue angle of 251.43º degrees, saturation: 0.14, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #423E53 is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 66 | 62 | 83 | - |
| CMYK | 0.20 | 0.25 | 0 | 0.67 |
| HSL | 251.43º | 0.14% | 0.28% | - |
| HSV(B) | 251.43º | 0.25% | 0.33% | - |
| XYZ | 5.53 | 5.23 | 8.9 | - |
| YUV | 65.59 | 137.83 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 62 | 83 | 0.20 | 0.25 | 0 | 0.67 | 251.43 | 0.14 | 0.28 |
| Hex | 42 | 3E | 53 | 14 | 19 | 0 | 43 | FB | E | 1C |
| Octal | 102 | 76 | 123 | 24 | 31 | 0 | 103 | 373 | 16 | 34 |
| Binary | 1000010 | 111110 | 1010011 | 10100 | 11001 | 0 | 1000011 | 11111011 | 1110 | 11100 |
Color Harmonies of #423E53
Complementary color
Monochromatic Colors of #423E53
Black with #423E53
Text Example
Text Example
White with #423E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423E53; }
p { color: rgb(66,62,83); }
H1.HeaderClassName
{
color: #423E53;
}
.AnyTagClassName
{
color: #423E53;
}
</style>
background-color css
<style>
a { background-color: #423E53; }
a { background-color: rgb(66,62,83); }
div.DivClassName
{
background-color: #423E53;
}
.BgClassName
{
background-color: #423E53;
}
</style>
border-color css
<style>
span { border-color: #423E53; }
span { border-color: rgb(66,62,83); }
td.TdClassName
{
border-color: #423E53;
}
.TagClassName
{
border-color: #423E53;
}
</style>