Shades of Grape #423F45
Tints of Grape #423F45
RGB
CMYK
RGB Variations
Color information
#423F45 (or 0x423F45) is known color: Grape. HEX triplet: 42, 3F and 45. RGB value is (66,63,69). Sum of RGB (Red+Green+Blue) = 66+63+69=198 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33.33% from 198); Green value is 63 (25% from 255 or 31.82% from 198); Blue value is 69 (27.34% from 255 or 34.85% from 198); Max value from RGB is 69 - color contains mainly: blue. Hex color #423F45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423F45 is #BDC0BA. Grayscale: #404040. Windows color (decimal): -12435643 or 4538178. OLE color: 4538178.
HSL color Cylindrical-coordinate representation of color #423F45: hue angle of 270º degrees, saturation: 0.05, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #423F45 is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 66 | 63 | 69 | - |
| CMYK | 0.04 | 0.09 | 0 | 0.73 |
| HSL | 270º | 0.05% | 0.26% | - |
| HSV(B) | 270º | 0.09% | 0.27% | - |
| XYZ | 5.1 | 5.14 | 6.35 | - |
| YUV | 64.58 | 130.49 | 129.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 63 | 69 | 0.04 | 0.09 | 0 | 0.73 | 270 | 0.05 | 0.26 |
| Hex | 42 | 3F | 45 | 4 | 9 | 0 | 49 | 10E | 5 | 1A |
| Octal | 102 | 77 | 105 | 4 | 11 | 0 | 111 | 416 | 5 | 32 |
| Binary | 1000010 | 111111 | 1000101 | 100 | 1001 | 0 | 1001001 | 100001110 | 101 | 11010 |
Color Harmonies of #423F45
Complementary color
Monochromatic Colors of #423F45
Black with #423F45
Text Example
Text Example
White with #423F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423F45; }
p { color: rgb(66,63,69); }
H1.HeaderClassName
{
color: #423F45;
}
.AnyTagClassName
{
color: #423F45;
}
</style>
background-color css
<style>
a { background-color: #423F45; }
a { background-color: rgb(66,63,69); }
div.DivClassName
{
background-color: #423F45;
}
.BgClassName
{
background-color: #423F45;
}
</style>
border-color css
<style>
span { border-color: #423F45; }
span { border-color: rgb(66,63,69); }
td.TdClassName
{
border-color: #423F45;
}
.TagClassName
{
border-color: #423F45;
}
</style>