Shades of Cab Sav #422C31
Tints of Cab Sav #422C31
RGB
CMYK
RGB Variations
Color information
#422C31 (or 0x422C31) is known color: Cab Sav. HEX triplet: 42, 2C and 31. RGB value is (66,44,49). Sum of RGB (Red+Green+Blue) = 66+44+49=159 (21% of max value = 765). Red value is 66 (26.17% from 255 or 41.51% from 159); Green value is 44 (17.58% from 255 or 27.67% from 159); Blue value is 49 (19.53% from 255 or 30.82% from 159); Max value from RGB is 66 - color contains mainly: red. Hex color #422C31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422C31 is #BDD3CE. Grayscale: #333333. Windows color (decimal): -12440527 or 3222594. OLE color: 3222594.
HSL color Cylindrical-coordinate representation of color #422C31: hue angle of 346.36º degrees, saturation: 0.2, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #422C31 is Cyan = 0, Magento = 0.33, Yellow = 0.26 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 44 | 49 | - |
| CMYK | 0 | 0.33 | 0.26 | 0.74 |
| HSL | 346.36º | 0.2% | 0.22% | - |
| HSV(B) | 346.36º | 0.33% | 0.26% | - |
| XYZ | 3.7 | 3.18 | 3.32 | - |
| YUV | 51.15 | 126.79 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 44 | 49 | 0 | 0.33 | 0.26 | 0.74 | 346.36 | 0.2 | 0.22 |
| Hex | 42 | 2C | 31 | 0 | 21 | 1A | 4A | 15A | 14 | 16 |
| Octal | 102 | 54 | 61 | 0 | 41 | 32 | 112 | 532 | 24 | 26 |
| Binary | 1000010 | 101100 | 110001 | 0 | 100001 | 11010 | 1001010 | 101011010 | 10100 | 10110 |
Color Harmonies of #422C31
Complementary color
Monochromatic Colors of #422C31
Black with #422C31
Text Example
Text Example
White with #422C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422C31; }
p { color: rgb(66,44,49); }
H1.HeaderClassName
{
color: #422C31;
}
.AnyTagClassName
{
color: #422C31;
}
</style>
background-color css
<style>
a { background-color: #422C31; }
a { background-color: rgb(66,44,49); }
div.DivClassName
{
background-color: #422C31;
}
.BgClassName
{
background-color: #422C31;
}
</style>
border-color css
<style>
span { border-color: #422C31; }
span { border-color: rgb(66,44,49); }
td.TdClassName
{
border-color: #422C31;
}
.TagClassName
{
border-color: #422C31;
}
</style>