Shades of Grape #423E4B
Tints of Grape #423E4B
RGB
CMYK
RGB Variations
Color information
#423E4B (or 0x423E4B) is known color: Grape. HEX triplet: 42, 3E and 4B. RGB value is (66,62,75). Sum of RGB (Red+Green+Blue) = 66+62+75=203 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.51% from 203); Green value is 62 (24.61% from 255 or 30.54% from 203); Blue value is 75 (29.69% from 255 or 36.95% from 203); Max value from RGB is 75 - color contains mainly: blue. Hex color #423E4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423E4B is #BDC1B4. Grayscale: #404040. Windows color (decimal): -12435893 or 4931138. OLE color: 4931138.
HSL color Cylindrical-coordinate representation of color #423E4B: hue angle of 258.46º degrees, saturation: 0.09, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #423E4B is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 66 | 62 | 75 | - |
| CMYK | 0.12 | 0.17 | 0 | 0.71 |
| HSL | 258.46º | 0.09% | 0.27% | - |
| HSV(B) | 258.46º | 0.17% | 0.29% | - |
| XYZ | 5.24 | 5.11 | 7.37 | - |
| YUV | 64.68 | 133.83 | 128.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 62 | 75 | 0.12 | 0.17 | 0 | 0.71 | 258.46 | 0.09 | 0.27 |
| Hex | 42 | 3E | 4B | C | 11 | 0 | 47 | 102 | 9 | 1B |
| Octal | 102 | 76 | 113 | 14 | 21 | 0 | 107 | 402 | 11 | 33 |
| Binary | 1000010 | 111110 | 1001011 | 1100 | 10001 | 0 | 1000111 | 100000010 | 1001 | 11011 |
Color Harmonies of #423E4B
Complementary color
Monochromatic Colors of #423E4B
Black with #423E4B
Text Example
Text Example
White with #423E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423E4B; }
p { color: rgb(66,62,75); }
H1.HeaderClassName
{
color: #423E4B;
}
.AnyTagClassName
{
color: #423E4B;
}
</style>
background-color css
<style>
a { background-color: #423E4B; }
a { background-color: rgb(66,62,75); }
div.DivClassName
{
background-color: #423E4B;
}
.BgClassName
{
background-color: #423E4B;
}
</style>
border-color css
<style>
span { border-color: #423E4B; }
span { border-color: rgb(66,62,75); }
td.TdClassName
{
border-color: #423E4B;
}
.TagClassName
{
border-color: #423E4B;
}
</style>