Shades of Grape #423D52
Tints of Grape #423D52
RGB
CMYK
RGB Variations
Color information
#423D52 (or 0x423D52) is known color: Grape. HEX triplet: 42, 3D and 52. RGB value is (66,61,82). Sum of RGB (Red+Green+Blue) = 66+61+82=209 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.58% from 209); Green value is 61 (24.22% from 255 or 29.19% from 209); Blue value is 82 (32.42% from 255 or 39.23% from 209); Max value from RGB is 82 - color contains mainly: blue. Hex color #423D52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423D52 is #BDC2AD. Grayscale: #404040. Windows color (decimal): -12436142 or 5389634. OLE color: 5389634.
HSL color Cylindrical-coordinate representation of color #423D52: hue angle of 254.29º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #423D52 is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 66 | 61 | 82 | - |
| CMYK | 0.20 | 0.26 | 0 | 0.68 |
| HSL | 254.29º | 0.15% | 0.28% | - |
| HSV(B) | 254.29º | 0.26% | 0.32% | - |
| XYZ | 5.44 | 5.1 | 8.68 | - |
| YUV | 64.89 | 137.66 | 128.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 61 | 82 | 0.20 | 0.26 | 0 | 0.68 | 254.29 | 0.15 | 0.28 |
| Hex | 42 | 3D | 52 | 14 | 1A | 0 | 44 | FE | F | 1C |
| Octal | 102 | 75 | 122 | 24 | 32 | 0 | 104 | 376 | 17 | 34 |
| Binary | 1000010 | 111101 | 1010010 | 10100 | 11010 | 0 | 1000100 | 11111110 | 1111 | 11100 |
Color Harmonies of #423D52
Complementary color
Monochromatic Colors of #423D52
Black with #423D52
Text Example
Text Example
White with #423D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423D52; }
p { color: rgb(66,61,82); }
H1.HeaderClassName
{
color: #423D52;
}
.AnyTagClassName
{
color: #423D52;
}
</style>
background-color css
<style>
a { background-color: #423D52; }
a { background-color: rgb(66,61,82); }
div.DivClassName
{
background-color: #423D52;
}
.BgClassName
{
background-color: #423D52;
}
</style>
border-color css
<style>
span { border-color: #423D52; }
span { border-color: rgb(66,61,82); }
td.TdClassName
{
border-color: #423D52;
}
.TagClassName
{
border-color: #423D52;
}
</style>