Shades of Grape #423752
Tints of Grape #423752
RGB
CMYK
RGB Variations
Color information
#423752 (or 0x423752) is known color: Grape. HEX triplet: 42, 37 and 52. RGB value is (66,55,82). Sum of RGB (Red+Green+Blue) = 66+55+82=203 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.51% from 203); Green value is 55 (21.88% from 255 or 27.09% from 203); Blue value is 82 (32.42% from 255 or 40.39% from 203); Max value from RGB is 82 - color contains mainly: blue. Hex color #423752 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423752 is #BDC8AD. Grayscale: #3D3D3D. Windows color (decimal): -12437678 or 5388098. OLE color: 5388098.
HSL color Cylindrical-coordinate representation of color #423752: hue angle of 264.44º degrees, saturation: 0.2, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #423752 is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 66 | 55 | 82 | - |
| CMYK | 0.20 | 0.33 | 0 | 0.68 |
| HSL | 264.44º | 0.2% | 0.27% | - |
| HSV(B) | 264.44º | 0.33% | 0.32% | - |
| XYZ | 5.14 | 4.5 | 8.58 | - |
| YUV | 61.37 | 139.64 | 131.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 55 | 82 | 0.20 | 0.33 | 0 | 0.68 | 264.44 | 0.2 | 0.27 |
| Hex | 42 | 37 | 52 | 14 | 21 | 0 | 44 | 108 | 14 | 1B |
| Octal | 102 | 67 | 122 | 24 | 41 | 0 | 104 | 410 | 24 | 33 |
| Binary | 1000010 | 110111 | 1010010 | 10100 | 100001 | 0 | 1000100 | 100001000 | 10100 | 11011 |
Color Harmonies of #423752
Complementary color
Monochromatic Colors of #423752
Black with #423752
Text Example
Text Example
White with #423752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423752; }
p { color: rgb(66,55,82); }
H1.HeaderClassName
{
color: #423752;
}
.AnyTagClassName
{
color: #423752;
}
</style>
background-color css
<style>
a { background-color: #423752; }
a { background-color: rgb(66,55,82); }
div.DivClassName
{
background-color: #423752;
}
.BgClassName
{
background-color: #423752;
}
</style>
border-color css
<style>
span { border-color: #423752; }
span { border-color: rgb(66,55,82); }
td.TdClassName
{
border-color: #423752;
}
.TagClassName
{
border-color: #423752;
}
</style>