Shades of Barossa #402A37
Tints of Barossa #402A37
RGB
CMYK
RGB Variations
Color information
#402A37 (or 0x402A37) is known color: Barossa. HEX triplet: 40, 2A and 37. RGB value is (64,42,55). Sum of RGB (Red+Green+Blue) = 64+42+55=161 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.75% from 161); Green value is 42 (16.80% from 255 or 26.09% from 161); Blue value is 55 (21.88% from 255 or 34.16% from 161); Max value from RGB is 64 - color contains mainly: red. Hex color #402A37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402A37 is #BFD5C8. Grayscale: #323232. Windows color (decimal): -12572105 or 3615296. OLE color: 3615296.
HSL color Cylindrical-coordinate representation of color #402A37: hue angle of 324.55º degrees, saturation: 0.21, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #402A37 is Cyan = 0, Magento = 0.34, Yellow = 0.14 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 42 | 55 | - |
| CMYK | 0 | 0.34 | 0.14 | 0.75 |
| HSL | 324.55º | 0.21% | 0.21% | - |
| HSV(B) | 324.55º | 0.34% | 0.25% | - |
| XYZ | 3.63 | 3.02 | 4.01 | - |
| YUV | 50.06 | 130.79 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 42 | 55 | 0 | 0.34 | 0.14 | 0.75 | 324.55 | 0.21 | 0.21 |
| Hex | 40 | 2A | 37 | 0 | 22 | E | 4B | 145 | 15 | 15 |
| Octal | 100 | 52 | 67 | 0 | 42 | 16 | 113 | 505 | 25 | 25 |
| Binary | 1000000 | 101010 | 110111 | 0 | 100010 | 1110 | 1001011 | 101000101 | 10101 | 10101 |
Color Harmonies of #402A37
Complementary color
Monochromatic Colors of #402A37
Black with #402A37
Text Example
Text Example
White with #402A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402A37; }
p { color: rgb(64,42,55); }
H1.HeaderClassName
{
color: #402A37;
}
.AnyTagClassName
{
color: #402A37;
}
</style>
background-color css
<style>
a { background-color: #402A37; }
a { background-color: rgb(64,42,55); }
div.DivClassName
{
background-color: #402A37;
}
.BgClassName
{
background-color: #402A37;
}
</style>
border-color css
<style>
span { border-color: #402A37; }
span { border-color: rgb(64,42,55); }
td.TdClassName
{
border-color: #402A37;
}
.TagClassName
{
border-color: #402A37;
}
</style>