Shades of Barossa #462A3B
Tints of Barossa #462A3B
RGB
CMYK
RGB Variations
Color information
#462A3B (or 0x462A3B) is known color: Barossa. HEX triplet: 46, 2A and 3B. RGB value is (70,42,59). Sum of RGB (Red+Green+Blue) = 70+42+59=171 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.94% from 171); Green value is 42 (16.80% from 255 or 24.56% from 171); Blue value is 59 (23.44% from 255 or 34.50% from 171); Max value from RGB is 70 - color contains mainly: red. Hex color #462A3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462A3B is #B9D5C4. Grayscale: #343434. Windows color (decimal): -12178885 or 3877446. OLE color: 3877446.
HSL color Cylindrical-coordinate representation of color #462A3B: hue angle of 323.57º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #462A3B is Cyan = 0, Magento = 0.40, Yellow = 0.16 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 42 | 59 | - |
| CMYK | 0 | 0.40 | 0.16 | 0.73 |
| HSL | 323.57º | 0.25% | 0.22% | - |
| HSV(B) | 323.57º | 0.4% | 0.27% | - |
| XYZ | 4.14 | 3.27 | 4.55 | - |
| YUV | 52.31 | 131.78 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 42 | 59 | 0 | 0.40 | 0.16 | 0.73 | 323.57 | 0.25 | 0.22 |
| Hex | 46 | 2A | 3B | 0 | 28 | 10 | 49 | 144 | 19 | 16 |
| Octal | 106 | 52 | 73 | 0 | 50 | 20 | 111 | 504 | 31 | 26 |
| Binary | 1000110 | 101010 | 111011 | 0 | 101000 | 10000 | 1001001 | 101000100 | 11001 | 10110 |
Color Harmonies of #462A3B
Complementary color
Monochromatic Colors of #462A3B
Black with #462A3B
Text Example
Text Example
White with #462A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462A3B; }
p { color: rgb(70,42,59); }
H1.HeaderClassName
{
color: #462A3B;
}
.AnyTagClassName
{
color: #462A3B;
}
</style>
background-color css
<style>
a { background-color: #462A3B; }
a { background-color: rgb(70,42,59); }
div.DivClassName
{
background-color: #462A3B;
}
.BgClassName
{
background-color: #462A3B;
}
</style>
border-color css
<style>
span { border-color: #462A3B; }
span { border-color: rgb(70,42,59); }
td.TdClassName
{
border-color: #462A3B;
}
.TagClassName
{
border-color: #462A3B;
}
</style>