Shades of Barossa #452C3B
Tints of Barossa #452C3B
RGB
CMYK
RGB Variations
Color information
#452C3B (or 0x452C3B) is known color: Barossa. HEX triplet: 45, 2C and 3B. RGB value is (69,44,59). Sum of RGB (Red+Green+Blue) = 69+44+59=172 (22% of max value = 765). Red value is 69 (27.34% from 255 or 40.12% from 172); Green value is 44 (17.58% from 255 or 25.58% from 172); Blue value is 59 (23.44% from 255 or 34.30% from 172); Max value from RGB is 69 - color contains mainly: red. Hex color #452C3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452C3B is #BAD3C4. Grayscale: #353535. Windows color (decimal): -12243909 or 3877957. OLE color: 3877957.
HSL color Cylindrical-coordinate representation of color #452C3B: hue angle of 324º degrees, saturation: 0.22, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #452C3B is Cyan = 0, Magento = 0.36, Yellow = 0.14 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 44 | 59 | - |
| CMYK | 0 | 0.36 | 0.14 | 0.73 |
| HSL | 324º | 0.22% | 0.22% | - |
| HSV(B) | 324º | 0.36% | 0.27% | - |
| XYZ | 4.14 | 3.38 | 4.57 | - |
| YUV | 53.19 | 131.28 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 44 | 59 | 0 | 0.36 | 0.14 | 0.73 | 324 | 0.22 | 0.22 |
| Hex | 45 | 2C | 3B | 0 | 24 | E | 49 | 144 | 16 | 16 |
| Octal | 105 | 54 | 73 | 0 | 44 | 16 | 111 | 504 | 26 | 26 |
| Binary | 1000101 | 101100 | 111011 | 0 | 100100 | 1110 | 1001001 | 101000100 | 10110 | 10110 |
Color Harmonies of #452C3B
Complementary color
Monochromatic Colors of #452C3B
Black with #452C3B
Text Example
Text Example
White with #452C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452C3B; }
p { color: rgb(69,44,59); }
H1.HeaderClassName
{
color: #452C3B;
}
.AnyTagClassName
{
color: #452C3B;
}
</style>
background-color css
<style>
a { background-color: #452C3B; }
a { background-color: rgb(69,44,59); }
div.DivClassName
{
background-color: #452C3B;
}
.BgClassName
{
background-color: #452C3B;
}
</style>
border-color css
<style>
span { border-color: #452C3B; }
span { border-color: rgb(69,44,59); }
td.TdClassName
{
border-color: #452C3B;
}
.TagClassName
{
border-color: #452C3B;
}
</style>