Shades of Cab Sav #4B252D
Tints of Cab Sav #4B252D
RGB
CMYK
RGB Variations
Color information
#4B252D (or 0x4B252D) is known color: Cab Sav. HEX triplet: 4B, 25 and 2D. RGB value is (75,37,45). Sum of RGB (Red+Green+Blue) = 75+37+45=157 (20% of max value = 765). Red value is 75 (29.69% from 255 or 47.77% from 157); Green value is 37 (14.84% from 255 or 23.57% from 157); Blue value is 45 (17.97% from 255 or 28.66% from 157); Max value from RGB is 75 - color contains mainly: red. Hex color #4B252D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B252D is #B4DAD2. Grayscale: #313131. Windows color (decimal): -11852499 or 2958667. OLE color: 2958667.
HSL color Cylindrical-coordinate representation of color #4B252D: hue angle of 347.37º degrees, saturation: 0.34, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4B252D is Cyan = 0, Magento = 0.51, Yellow = 0.40 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 37 | 45 | - |
| CMYK | 0 | 0.51 | 0.40 | 0.71 |
| HSL | 347.37º | 0.34% | 0.22% | - |
| HSV(B) | 347.37º | 0.51% | 0.29% | - |
| XYZ | 4.04 | 3.01 | 2.85 | - |
| YUV | 49.27 | 125.59 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 37 | 45 | 0 | 0.51 | 0.40 | 0.71 | 347.37 | 0.34 | 0.22 |
| Hex | 4B | 25 | 2D | 0 | 33 | 28 | 47 | 15B | 22 | 16 |
| Octal | 113 | 45 | 55 | 0 | 63 | 50 | 107 | 533 | 42 | 26 |
| Binary | 1001011 | 100101 | 101101 | 0 | 110011 | 101000 | 1000111 | 101011011 | 100010 | 10110 |
Color Harmonies of #4B252D
Complementary color
Monochromatic Colors of #4B252D
Black with #4B252D
Text Example
Text Example
White with #4B252D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B252D; }
p { color: rgb(75,37,45); }
H1.HeaderClassName
{
color: #4B252D;
}
.AnyTagClassName
{
color: #4B252D;
}
</style>
background-color css
<style>
a { background-color: #4B252D; }
a { background-color: rgb(75,37,45); }
div.DivClassName
{
background-color: #4B252D;
}
.BgClassName
{
background-color: #4B252D;
}
</style>
border-color css
<style>
span { border-color: #4B252D; }
span { border-color: rgb(75,37,45); }
td.TdClassName
{
border-color: #4B252D;
}
.TagClassName
{
border-color: #4B252D;
}
</style>