Shades of Cab Sav #412C30
Tints of Cab Sav #412C30
RGB
CMYK
RGB Variations
Color information
#412C30 (or 0x412C30) is known color: Cab Sav. HEX triplet: 41, 2C and 30. RGB value is (65,44,48). Sum of RGB (Red+Green+Blue) = 65+44+48=157 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.40% from 157); Green value is 44 (17.58% from 255 or 28.03% from 157); Blue value is 48 (19.14% from 255 or 30.57% from 157); Max value from RGB is 65 - color contains mainly: red. Hex color #412C30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412C30 is #BED3CF. Grayscale: #323232. Windows color (decimal): -12506064 or 3157057. OLE color: 3157057.
HSL color Cylindrical-coordinate representation of color #412C30: hue angle of 348.57º degrees, saturation: 0.19, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #412C30 is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 44 | 48 | - |
| CMYK | 0 | 0.32 | 0.26 | 0.75 |
| HSL | 348.57º | 0.19% | 0.21% | - |
| HSV(B) | 348.57º | 0.32% | 0.25% | - |
| XYZ | 3.61 | 3.14 | 3.21 | - |
| YUV | 50.74 | 126.46 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 44 | 48 | 0 | 0.32 | 0.26 | 0.75 | 348.57 | 0.19 | 0.21 |
| Hex | 41 | 2C | 30 | 0 | 20 | 1A | 4B | 15D | 13 | 15 |
| Octal | 101 | 54 | 60 | 0 | 40 | 32 | 113 | 535 | 23 | 25 |
| Binary | 1000001 | 101100 | 110000 | 0 | 100000 | 11010 | 1001011 | 101011101 | 10011 | 10101 |
Color Harmonies of #412C30
Complementary color
Monochromatic Colors of #412C30
Black with #412C30
Text Example
Text Example
White with #412C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412C30; }
p { color: rgb(65,44,48); }
H1.HeaderClassName
{
color: #412C30;
}
.AnyTagClassName
{
color: #412C30;
}
</style>
background-color css
<style>
a { background-color: #412C30; }
a { background-color: rgb(65,44,48); }
div.DivClassName
{
background-color: #412C30;
}
.BgClassName
{
background-color: #412C30;
}
</style>
border-color css
<style>
span { border-color: #412C30; }
span { border-color: rgb(65,44,48); }
td.TdClassName
{
border-color: #412C30;
}
.TagClassName
{
border-color: #412C30;
}
</style>