Shades of Barossa #45313C
Tints of Barossa #45313C
RGB
CMYK
RGB Variations
Color information
#45313C (or 0x45313C) is known color: Barossa. HEX triplet: 45, 31 and 3C. RGB value is (69,49,60). Sum of RGB (Red+Green+Blue) = 69+49+60=178 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.76% from 178); Green value is 49 (19.53% from 255 or 27.53% from 178); Blue value is 60 (23.83% from 255 or 33.71% from 178); Max value from RGB is 69 - color contains mainly: red. Hex color #45313C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #45313C is #BACEC3. Grayscale: #383838. Windows color (decimal): -12242628 or 3944773. OLE color: 3944773.
HSL color Cylindrical-coordinate representation of color #45313C: hue angle of 327º degrees, saturation: 0.17, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #45313C is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 49 | 60 | - |
| CMYK | 0 | 0.29 | 0.13 | 0.73 |
| HSL | 327º | 0.17% | 0.23% | - |
| HSV(B) | 327º | 0.29% | 0.27% | - |
| XYZ | 4.37 | 3.79 | 4.78 | - |
| YUV | 56.23 | 130.13 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 49 | 60 | 0 | 0.29 | 0.13 | 0.73 | 327 | 0.17 | 0.23 |
| Hex | 45 | 31 | 3C | 0 | 1D | D | 49 | 147 | 11 | 17 |
| Octal | 105 | 61 | 74 | 0 | 35 | 15 | 111 | 507 | 21 | 27 |
| Binary | 1000101 | 110001 | 111100 | 0 | 11101 | 1101 | 1001001 | 101000111 | 10001 | 10111 |
Color Harmonies of #45313C
Complementary color
Monochromatic Colors of #45313C
Black with #45313C
Text Example
Text Example
White with #45313C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45313C; }
p { color: rgb(69,49,60); }
H1.HeaderClassName
{
color: #45313C;
}
.AnyTagClassName
{
color: #45313C;
}
</style>
background-color css
<style>
a { background-color: #45313C; }
a { background-color: rgb(69,49,60); }
div.DivClassName
{
background-color: #45313C;
}
.BgClassName
{
background-color: #45313C;
}
</style>
border-color css
<style>
span { border-color: #45313C; }
span { border-color: rgb(69,49,60); }
td.TdClassName
{
border-color: #45313C;
}
.TagClassName
{
border-color: #45313C;
}
</style>