Shades of Barossa #452D3B
Tints of Barossa #452D3B
RGB
CMYK
RGB Variations
Color information
#452D3B (or 0x452D3B) is known color: Barossa. HEX triplet: 45, 2D and 3B. RGB value is (69,45,59). Sum of RGB (Red+Green+Blue) = 69+45+59=173 (22% of max value = 765). Red value is 69 (27.34% from 255 or 39.88% from 173); Green value is 45 (17.97% from 255 or 26.01% from 173); Blue value is 59 (23.44% from 255 or 34.10% from 173); Max value from RGB is 69 - color contains mainly: red. Hex color #452D3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452D3B is #BAD2C4. Grayscale: #353535. Windows color (decimal): -12243653 or 3878213. OLE color: 3878213.
HSL color Cylindrical-coordinate representation of color #452D3B: hue angle of 325º degrees, saturation: 0.21, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #452D3B is Cyan = 0, Magento = 0.35, Yellow = 0.14 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 45 | 59 | - |
| CMYK | 0 | 0.35 | 0.14 | 0.73 |
| HSL | 325º | 0.21% | 0.22% | - |
| HSV(B) | 325º | 0.35% | 0.27% | - |
| XYZ | 4.18 | 3.46 | 4.58 | - |
| YUV | 53.77 | 130.95 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 45 | 59 | 0 | 0.35 | 0.14 | 0.73 | 325 | 0.21 | 0.22 |
| Hex | 45 | 2D | 3B | 0 | 23 | E | 49 | 145 | 15 | 16 |
| Octal | 105 | 55 | 73 | 0 | 43 | 16 | 111 | 505 | 25 | 26 |
| Binary | 1000101 | 101101 | 111011 | 0 | 100011 | 1110 | 1001001 | 101000101 | 10101 | 10110 |
Color Harmonies of #452D3B
Complementary color
Monochromatic Colors of #452D3B
Black with #452D3B
Text Example
Text Example
White with #452D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452D3B; }
p { color: rgb(69,45,59); }
H1.HeaderClassName
{
color: #452D3B;
}
.AnyTagClassName
{
color: #452D3B;
}
</style>
background-color css
<style>
a { background-color: #452D3B; }
a { background-color: rgb(69,45,59); }
div.DivClassName
{
background-color: #452D3B;
}
.BgClassName
{
background-color: #452D3B;
}
</style>
border-color css
<style>
span { border-color: #452D3B; }
span { border-color: rgb(69,45,59); }
td.TdClassName
{
border-color: #452D3B;
}
.TagClassName
{
border-color: #452D3B;
}
</style>