Shades of Grape #423E48
Tints of Grape #423E48
RGB
CMYK
RGB Variations
Color information
#423E48 (or 0x423E48) is known color: Grape. HEX triplet: 42, 3E and 48. RGB value is (66,62,72). Sum of RGB (Red+Green+Blue) = 66+62+72=200 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33% from 200); Green value is 62 (24.61% from 255 or 31% from 200); Blue value is 72 (28.52% from 255 or 36% from 200); Max value from RGB is 72 - color contains mainly: blue. Hex color #423E48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423E48 is #BDC1B7. Grayscale: #404040. Windows color (decimal): -12435896 or 4734530. OLE color: 4734530.
HSL color Cylindrical-coordinate representation of color #423E48: hue angle of 264º degrees, saturation: 0.07, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #423E48 is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 66 | 62 | 72 | - |
| CMYK | 0.08 | 0.14 | 0 | 0.72 |
| HSL | 264º | 0.07% | 0.26% | - |
| HSV(B) | 264º | 0.14% | 0.28% | - |
| XYZ | 5.14 | 5.07 | 6.84 | - |
| YUV | 64.34 | 132.33 | 129.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 62 | 72 | 0.08 | 0.14 | 0 | 0.72 | 264 | 0.07 | 0.26 |
| Hex | 42 | 3E | 48 | 8 | E | 0 | 48 | 108 | 7 | 1A |
| Octal | 102 | 76 | 110 | 10 | 16 | 0 | 110 | 410 | 7 | 32 |
| Binary | 1000010 | 111110 | 1001000 | 1000 | 1110 | 0 | 1001000 | 100001000 | 111 | 11010 |
Color Harmonies of #423E48
Complementary color
Monochromatic Colors of #423E48
Black with #423E48
Text Example
Text Example
White with #423E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423E48; }
p { color: rgb(66,62,72); }
H1.HeaderClassName
{
color: #423E48;
}
.AnyTagClassName
{
color: #423E48;
}
</style>
background-color css
<style>
a { background-color: #423E48; }
a { background-color: rgb(66,62,72); }
div.DivClassName
{
background-color: #423E48;
}
.BgClassName
{
background-color: #423E48;
}
</style>
border-color css
<style>
span { border-color: #423E48; }
span { border-color: rgb(66,62,72); }
td.TdClassName
{
border-color: #423E48;
}
.TagClassName
{
border-color: #423E48;
}
</style>