Shades of Barossa #492B3A
Tints of Barossa #492B3A
RGB
CMYK
RGB Variations
Color information
#492B3A (or 0x492B3A) is known color: Barossa. HEX triplet: 49, 2B and 3A. RGB value is (73,43,58). Sum of RGB (Red+Green+Blue) = 73+43+58=174 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.95% from 174); Green value is 43 (17.19% from 255 or 24.71% from 174); Blue value is 58 (23.05% from 255 or 33.33% from 174); Max value from RGB is 73 - color contains mainly: red. Hex color #492B3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492B3A is #B6D4C5. Grayscale: #353535. Windows color (decimal): -11982022 or 3812169. OLE color: 3812169.
HSL color Cylindrical-coordinate representation of color #492B3A: hue angle of 330º degrees, saturation: 0.26, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #492B3A is Cyan = 0, Magento = 0.41, Yellow = 0.21 and Black (K on CMYK) = 0.71.
Color convert
RGB | 73 | 43 | 58 | - |
CMYK | 0 | 0.41 | 0.21 | 0.71 |
HSL | 330º | 0.26% | 0.23% | - |
HSV(B) | 330º | 0.41% | 0.29% | - |
XYZ | 4.38 | 3.45 | 4.44 | - |
YUV | 53.68 | 130.44 | 141.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 73 | 43 | 58 | 0 | 0.41 | 0.21 | 0.71 | 330 | 0.26 | 0.23 |
Hex | 49 | 2B | 3A | 0 | 29 | 15 | 47 | 14A | 1A | 17 |
Octal | 111 | 53 | 72 | 0 | 51 | 25 | 107 | 512 | 32 | 27 |
Binary | 1001001 | 101011 | 111010 | 0 | 101001 | 10101 | 1000111 | 101001010 | 11010 | 10111 |
Color Harmonies of #492B3A
Complementary color
Monochromatic Colors of #492B3A
Black with #492B3A
Text Example
Text Example
White with #492B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492B3A; }
p { color: rgb(73,43,58); }
H1.HeaderClassName
{
color: #492B3A;
}
.AnyTagClassName
{
color: #492B3A;
}
</style>
background-color css
<style>
a { background-color: #492B3A; }
a { background-color: rgb(73,43,58); }
div.DivClassName
{
background-color: #492B3A;
}
.BgClassName
{
background-color: #492B3A;
}
</style>
border-color css
<style>
span { border-color: #492B3A; }
span { border-color: rgb(73,43,58); }
td.TdClassName
{
border-color: #492B3A;
}
.TagClassName
{
border-color: #492B3A;
}
</style>