Shades of Barossa #402D39
Tints of Barossa #402D39
RGB
CMYK
RGB Variations
Color information
#402D39 (or 0x402D39) is known color: Barossa. HEX triplet: 40, 2D and 39. RGB value is (64,45,57). Sum of RGB (Red+Green+Blue) = 64+45+57=166 (21% of max value = 765). Red value is 64 (25.39% from 255 or 38.55% from 166); Green value is 45 (17.97% from 255 or 27.11% from 166); Blue value is 57 (22.66% from 255 or 34.34% from 166); Max value from RGB is 64 - color contains mainly: red. Hex color #402D39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402D39 is #BFD2C6. Grayscale: #343434. Windows color (decimal): -12571335 or 3747136. OLE color: 3747136.
HSL color Cylindrical-coordinate representation of color #402D39: hue angle of 322.11º 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 #402D39 is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 45 | 57 | - |
| CMYK | 0 | 0.30 | 0.11 | 0.75 |
| HSL | 322.11º | 0.17% | 0.21% | - |
| HSV(B) | 322.11º | 0.3% | 0.25% | - |
| XYZ | 3.79 | 3.26 | 4.3 | - |
| YUV | 52.05 | 130.79 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 45 | 57 | 0 | 0.30 | 0.11 | 0.75 | 322.11 | 0.17 | 0.21 |
| Hex | 40 | 2D | 39 | 0 | 1E | B | 4B | 142 | 11 | 15 |
| Octal | 100 | 55 | 71 | 0 | 36 | 13 | 113 | 502 | 21 | 25 |
| Binary | 1000000 | 101101 | 111001 | 0 | 11110 | 1011 | 1001011 | 101000010 | 10001 | 10101 |
Color Harmonies of #402D39
Complementary color
Monochromatic Colors of #402D39
Black with #402D39
Text Example
Text Example
White with #402D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402D39; }
p { color: rgb(64,45,57); }
H1.HeaderClassName
{
color: #402D39;
}
.AnyTagClassName
{
color: #402D39;
}
</style>
background-color css
<style>
a { background-color: #402D39; }
a { background-color: rgb(64,45,57); }
div.DivClassName
{
background-color: #402D39;
}
.BgClassName
{
background-color: #402D39;
}
</style>
border-color css
<style>
span { border-color: #402D39; }
span { border-color: rgb(64,45,57); }
td.TdClassName
{
border-color: #402D39;
}
.TagClassName
{
border-color: #402D39;
}
</style>