Shades of Cab Sav #512B30
Tints of Cab Sav #512B30
RGB
CMYK
RGB Variations
Color information
#512B30 (or 0x512B30) is known color: Cab Sav. HEX triplet: 51, 2B and 30. RGB value is (81,43,48). Sum of RGB (Red+Green+Blue) = 81+43+48=172 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.09% from 172); Green value is 43 (17.19% from 255 or 25% from 172); Blue value is 48 (19.14% from 255 or 27.91% from 172); Max value from RGB is 81 - color contains mainly: red. Hex color #512B30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512B30 is #AED4CF. Grayscale: #363636. Windows color (decimal): -11457744 or 3156817. OLE color: 3156817.
HSL color Cylindrical-coordinate representation of color #512B30: hue angle of 352.11º degrees, saturation: 0.31, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #512B30 is Cyan = 0, Magento = 0.47, Yellow = 0.41 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 43 | 48 | - |
| CMYK | 0 | 0.47 | 0.41 | 0.68 |
| HSL | 352.11º | 0.31% | 0.24% | - |
| HSV(B) | 352.11º | 0.47% | 0.32% | - |
| XYZ | 4.79 | 3.69 | 3.26 | - |
| YUV | 54.93 | 124.09 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 43 | 48 | 0 | 0.47 | 0.41 | 0.68 | 352.11 | 0.31 | 0.24 |
| Hex | 51 | 2B | 30 | 0 | 2F | 29 | 44 | 160 | 1F | 18 |
| Octal | 121 | 53 | 60 | 0 | 57 | 51 | 104 | 540 | 37 | 30 |
| Binary | 1010001 | 101011 | 110000 | 0 | 101111 | 101001 | 1000100 | 101100000 | 11111 | 11000 |
Color Harmonies of #512B30
Complementary color
Monochromatic Colors of #512B30
Black with #512B30
Text Example
Text Example
White with #512B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512B30; }
p { color: rgb(81,43,48); }
H1.HeaderClassName
{
color: #512B30;
}
.AnyTagClassName
{
color: #512B30;
}
</style>
background-color css
<style>
a { background-color: #512B30; }
a { background-color: rgb(81,43,48); }
div.DivClassName
{
background-color: #512B30;
}
.BgClassName
{
background-color: #512B30;
}
</style>
border-color css
<style>
span { border-color: #512B30; }
span { border-color: rgb(81,43,48); }
td.TdClassName
{
border-color: #512B30;
}
.TagClassName
{
border-color: #512B30;
}
</style>