Shades of Cab Sav #402C31
Tints of Cab Sav #402C31
RGB
CMYK
RGB Variations
Color information
#402C31 (or 0x402C31) is known color: Cab Sav. HEX triplet: 40, 2C and 31. RGB value is (64,44,49). Sum of RGB (Red+Green+Blue) = 64+44+49=157 (20% of max value = 765). Red value is 64 (25.39% from 255 or 40.76% from 157); Green value is 44 (17.58% from 255 or 28.03% from 157); Blue value is 49 (19.53% from 255 or 31.21% from 157); Max value from RGB is 64 - color contains mainly: red. Hex color #402C31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402C31 is #BFD3CE. Grayscale: #323232. Windows color (decimal): -12571599 or 3222592. OLE color: 3222592.
HSL color Cylindrical-coordinate representation of color #402C31: hue angle of 345º degrees, saturation: 0.19, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #402C31 is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 44 | 49 | - |
| CMYK | 0 | 0.31 | 0.23 | 0.75 |
| HSL | 345º | 0.19% | 0.21% | - |
| HSV(B) | 345º | 0.31% | 0.25% | - |
| XYZ | 3.57 | 3.11 | 3.32 | - |
| YUV | 50.55 | 127.13 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 44 | 49 | 0 | 0.31 | 0.23 | 0.75 | 345 | 0.19 | 0.21 |
| Hex | 40 | 2C | 31 | 0 | 1F | 17 | 4B | 159 | 13 | 15 |
| Octal | 100 | 54 | 61 | 0 | 37 | 27 | 113 | 531 | 23 | 25 |
| Binary | 1000000 | 101100 | 110001 | 0 | 11111 | 10111 | 1001011 | 101011001 | 10011 | 10101 |
Color Harmonies of #402C31
Complementary color
Monochromatic Colors of #402C31
Black with #402C31
Text Example
Text Example
White with #402C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402C31; }
p { color: rgb(64,44,49); }
H1.HeaderClassName
{
color: #402C31;
}
.AnyTagClassName
{
color: #402C31;
}
</style>
background-color css
<style>
a { background-color: #402C31; }
a { background-color: rgb(64,44,49); }
div.DivClassName
{
background-color: #402C31;
}
.BgClassName
{
background-color: #402C31;
}
</style>
border-color css
<style>
span { border-color: #402C31; }
span { border-color: rgb(64,44,49); }
td.TdClassName
{
border-color: #402C31;
}
.TagClassName
{
border-color: #402C31;
}
</style>