Shades of Barossa #402D37
Tints of Barossa #402D37
RGB
CMYK
RGB Variations
Color information
#402D37 (or 0x402D37) is known color: Barossa. HEX triplet: 40, 2D and 37. RGB value is (64,45,55). Sum of RGB (Red+Green+Blue) = 64+45+55=164 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.02% from 164); Green value is 45 (17.97% from 255 or 27.44% from 164); Blue value is 55 (21.88% from 255 or 33.54% from 164); Max value from RGB is 64 - color contains mainly: red. Hex color #402D37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402D37 is #BFD2C8. Grayscale: #333333. Windows color (decimal): -12571337 or 3616064. OLE color: 3616064.
HSL color Cylindrical-coordinate representation of color #402D37: hue angle of 328.42º degrees, saturation: 0.17, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #402D37 is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 45 | 55 | - |
| CMYK | 0 | 0.30 | 0.14 | 0.75 |
| HSL | 328.42º | 0.17% | 0.21% | - |
| HSV(B) | 328.42º | 0.3% | 0.25% | - |
| XYZ | 3.74 | 3.24 | 4.04 | - |
| YUV | 51.82 | 129.79 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 45 | 55 | 0 | 0.30 | 0.14 | 0.75 | 328.42 | 0.17 | 0.21 |
| Hex | 40 | 2D | 37 | 0 | 1E | E | 4B | 148 | 11 | 15 |
| Octal | 100 | 55 | 67 | 0 | 36 | 16 | 113 | 510 | 21 | 25 |
| Binary | 1000000 | 101101 | 110111 | 0 | 11110 | 1110 | 1001011 | 101001000 | 10001 | 10101 |
Color Harmonies of #402D37
Complementary color
Monochromatic Colors of #402D37
Black with #402D37
Text Example
Text Example
White with #402D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402D37; }
p { color: rgb(64,45,55); }
H1.HeaderClassName
{
color: #402D37;
}
.AnyTagClassName
{
color: #402D37;
}
</style>
background-color css
<style>
a { background-color: #402D37; }
a { background-color: rgb(64,45,55); }
div.DivClassName
{
background-color: #402D37;
}
.BgClassName
{
background-color: #402D37;
}
</style>
border-color css
<style>
span { border-color: #402D37; }
span { border-color: rgb(64,45,55); }
td.TdClassName
{
border-color: #402D37;
}
.TagClassName
{
border-color: #402D37;
}
</style>