Shades of Barossa #452A3B
Tints of Barossa #452A3B
RGB
CMYK
RGB Variations
Color information
#452A3B (or 0x452A3B) is known color: Barossa. HEX triplet: 45, 2A and 3B. RGB value is (69,42,59). Sum of RGB (Red+Green+Blue) = 69+42+59=170 (22% of max value = 765). Red value is 69 (27.34% from 255 or 40.59% from 170); Green value is 42 (16.80% from 255 or 24.71% from 170); Blue value is 59 (23.44% from 255 or 34.71% from 170); Max value from RGB is 69 - color contains mainly: red. Hex color #452A3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452A3B is #BAD5C4. Grayscale: #333333. Windows color (decimal): -12244421 or 3877445. OLE color: 3877445.
HSL color Cylindrical-coordinate representation of color #452A3B: hue angle of 322.22º degrees, saturation: 0.24, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #452A3B is Cyan = 0, Magento = 0.39, Yellow = 0.14 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 42 | 59 | - |
| CMYK | 0 | 0.39 | 0.14 | 0.73 |
| HSL | 322.22º | 0.24% | 0.22% | - |
| HSV(B) | 322.22º | 0.39% | 0.27% | - |
| XYZ | 4.07 | 3.24 | 4.55 | - |
| YUV | 52.01 | 131.95 | 140.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 42 | 59 | 0 | 0.39 | 0.14 | 0.73 | 322.22 | 0.24 | 0.22 |
| Hex | 45 | 2A | 3B | 0 | 27 | E | 49 | 142 | 18 | 16 |
| Octal | 105 | 52 | 73 | 0 | 47 | 16 | 111 | 502 | 30 | 26 |
| Binary | 1000101 | 101010 | 111011 | 0 | 100111 | 1110 | 1001001 | 101000010 | 11000 | 10110 |
Color Harmonies of #452A3B
Complementary color
Monochromatic Colors of #452A3B
Black with #452A3B
Text Example
Text Example
White with #452A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452A3B; }
p { color: rgb(69,42,59); }
H1.HeaderClassName
{
color: #452A3B;
}
.AnyTagClassName
{
color: #452A3B;
}
</style>
background-color css
<style>
a { background-color: #452A3B; }
a { background-color: rgb(69,42,59); }
div.DivClassName
{
background-color: #452A3B;
}
.BgClassName
{
background-color: #452A3B;
}
</style>
border-color css
<style>
span { border-color: #452A3B; }
span { border-color: rgb(69,42,59); }
td.TdClassName
{
border-color: #452A3B;
}
.TagClassName
{
border-color: #452A3B;
}
</style>