Shades of Cab Sav #43282D
Tints of Cab Sav #43282D
RGB
CMYK
RGB Variations
Color information
#43282D (or 0x43282D) is known color: Cab Sav. HEX triplet: 43, 28 and 2D. RGB value is (67,40,45). Sum of RGB (Red+Green+Blue) = 67+40+45=152 (20% of max value = 765). Red value is 67 (26.56% from 255 or 44.08% from 152); Green value is 40 (16.02% from 255 or 26.32% from 152); Blue value is 45 (17.97% from 255 or 29.61% from 152); Max value from RGB is 67 - color contains mainly: red. Hex color #43282D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43282D is #BCD7D2. Grayscale: #303030. Windows color (decimal): -12376019 or 2959427. OLE color: 2959427.
HSL color Cylindrical-coordinate representation of color #43282D: hue angle of 348.89º degrees, saturation: 0.25, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #43282D is Cyan = 0, Magento = 0.40, Yellow = 0.33 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 40 | 45 | - |
| CMYK | 0 | 0.40 | 0.33 | 0.74 |
| HSL | 348.89º | 0.25% | 0.21% | - |
| HSV(B) | 348.89º | 0.4% | 0.26% | - |
| XYZ | 3.55 | 2.9 | 2.86 | - |
| YUV | 48.64 | 125.95 | 141.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 40 | 45 | 0 | 0.40 | 0.33 | 0.74 | 348.89 | 0.25 | 0.21 |
| Hex | 43 | 28 | 2D | 0 | 28 | 21 | 4A | 15D | 19 | 15 |
| Octal | 103 | 50 | 55 | 0 | 50 | 41 | 112 | 535 | 31 | 25 |
| Binary | 1000011 | 101000 | 101101 | 0 | 101000 | 100001 | 1001010 | 101011101 | 11001 | 10101 |
Color Harmonies of #43282D
Complementary color
Monochromatic Colors of #43282D
Black with #43282D
Text Example
Text Example
White with #43282D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43282D; }
p { color: rgb(67,40,45); }
H1.HeaderClassName
{
color: #43282D;
}
.AnyTagClassName
{
color: #43282D;
}
</style>
background-color css
<style>
a { background-color: #43282D; }
a { background-color: rgb(67,40,45); }
div.DivClassName
{
background-color: #43282D;
}
.BgClassName
{
background-color: #43282D;
}
</style>
border-color css
<style>
span { border-color: #43282D; }
span { border-color: rgb(67,40,45); }
td.TdClassName
{
border-color: #43282D;
}
.TagClassName
{
border-color: #43282D;
}
</style>