Shades of Barossa #4C2D3D
Tints of Barossa #4C2D3D
RGB
CMYK
RGB Variations
Color information
#4C2D3D (or 0x4C2D3D) is known color: Barossa. HEX triplet: 4C, 2D and 3D. RGB value is (76,45,61). Sum of RGB (Red+Green+Blue) = 76+45+61=182 (24% of max value = 765). Red value is 76 (30.08% from 255 or 41.76% from 182); Green value is 45 (17.97% from 255 or 24.73% from 182); Blue value is 61 (24.22% from 255 or 33.52% from 182); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2D3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2D3D is #B3D2C2. Grayscale: #383838. Windows color (decimal): -11784899 or 4009292. OLE color: 4009292.
HSL color Cylindrical-coordinate representation of color #4C2D3D: hue angle of 329.03º degrees, saturation: 0.26, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4C2D3D is Cyan = 0, Magento = 0.41, Yellow = 0.20 and Black (K on CMYK) = 0.70.
Color convert
RGB | 76 | 45 | 61 | - |
CMYK | 0 | 0.41 | 0.20 | 0.70 |
HSL | 329.03º | 0.26% | 0.24% | - |
HSV(B) | 329.03º | 0.41% | 0.3% | - |
XYZ | 4.76 | 3.75 | 4.89 | - |
YUV | 56.09 | 130.77 | 142.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 76 | 45 | 61 | 0 | 0.41 | 0.20 | 0.70 | 329.03 | 0.26 | 0.24 |
Hex | 4C | 2D | 3D | 0 | 29 | 14 | 46 | 149 | 1A | 18 |
Octal | 114 | 55 | 75 | 0 | 51 | 24 | 106 | 511 | 32 | 30 |
Binary | 1001100 | 101101 | 111101 | 0 | 101001 | 10100 | 1000110 | 101001001 | 11010 | 11000 |
Color Harmonies of #4C2D3D
Complementary color
Monochromatic Colors of #4C2D3D
Black with #4C2D3D
Text Example
Text Example
White with #4C2D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2D3D; }
p { color: rgb(76,45,61); }
H1.HeaderClassName
{
color: #4C2D3D;
}
.AnyTagClassName
{
color: #4C2D3D;
}
</style>
background-color css
<style>
a { background-color: #4C2D3D; }
a { background-color: rgb(76,45,61); }
div.DivClassName
{
background-color: #4C2D3D;
}
.BgClassName
{
background-color: #4C2D3D;
}
</style>
border-color css
<style>
span { border-color: #4C2D3D; }
span { border-color: rgb(76,45,61); }
td.TdClassName
{
border-color: #4C2D3D;
}
.TagClassName
{
border-color: #4C2D3D;
}
</style>