Shades of Volcano #4B2729
Tints of Volcano #4B2729
RGB
CMYK
RGB Variations
Color information
#4B2729 (or 0x4B2729) is known color: Volcano. HEX triplet: 4B, 27 and 29. RGB value is (75,39,41). Sum of RGB (Red+Green+Blue) = 75+39+41=155 (20% of max value = 765). Red value is 75 (29.69% from 255 or 48.39% from 155); Green value is 39 (15.62% from 255 or 25.16% from 155); Blue value is 41 (16.41% from 255 or 26.45% from 155); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2729 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2729 is #B4D8D6. Grayscale: #323232. Windows color (decimal): -11851991 or 2697035. OLE color: 2697035.
HSL color Cylindrical-coordinate representation of color #4B2729: hue angle of 356.67º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4B2729 is Cyan = 0, Magento = 0.48, Yellow = 0.45 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 39 | 41 | - |
| CMYK | 0 | 0.48 | 0.45 | 0.71 |
| HSL | 356.67º | 0.32% | 0.22% | - |
| HSV(B) | 356.67º | 0.48% | 0.29% | - |
| XYZ | 4.03 | 3.11 | 2.49 | - |
| YUV | 49.99 | 122.93 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 39 | 41 | 0 | 0.48 | 0.45 | 0.71 | 356.67 | 0.32 | 0.22 |
| Hex | 4B | 27 | 29 | 0 | 30 | 2D | 47 | 165 | 20 | 16 |
| Octal | 113 | 47 | 51 | 0 | 60 | 55 | 107 | 545 | 40 | 26 |
| Binary | 1001011 | 100111 | 101001 | 0 | 110000 | 101101 | 1000111 | 101100101 | 100000 | 10110 |
Color Harmonies of #4B2729
Complementary color
Monochromatic Colors of #4B2729
Black with #4B2729
Text Example
Text Example
White with #4B2729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2729; }
p { color: rgb(75,39,41); }
H1.HeaderClassName
{
color: #4B2729;
}
.AnyTagClassName
{
color: #4B2729;
}
</style>
background-color css
<style>
a { background-color: #4B2729; }
a { background-color: rgb(75,39,41); }
div.DivClassName
{
background-color: #4B2729;
}
.BgClassName
{
background-color: #4B2729;
}
</style>
border-color css
<style>
span { border-color: #4B2729; }
span { border-color: rgb(75,39,41); }
td.TdClassName
{
border-color: #4B2729;
}
.TagClassName
{
border-color: #4B2729;
}
</style>