Shades of Barossa #4B223C
Tints of Barossa #4B223C
RGB
CMYK
RGB Variations
Color information
#4B223C (or 0x4B223C) is known color: Barossa. HEX triplet: 4B, 22 and 3C. RGB value is (75,34,60). Sum of RGB (Red+Green+Blue) = 75+34+60=169 (22% of max value = 765). Red value is 75 (29.69% from 255 or 44.38% from 169); Green value is 34 (13.67% from 255 or 20.12% from 169); Blue value is 60 (23.83% from 255 or 35.50% from 169); Max value from RGB is 75 - color contains mainly: red. Hex color #4B223C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B223C is #B4DDC3. Grayscale: #313131. Windows color (decimal): -11853252 or 3940939. OLE color: 3940939.
HSL color Cylindrical-coordinate representation of color #4B223C: hue angle of 321.95º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4B223C is Cyan = 0, Magento = 0.55, Yellow = 0.20 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 34 | 60 | - |
| CMYK | 0 | 0.55 | 0.20 | 0.71 |
| HSL | 321.95º | 0.38% | 0.21% | - |
| HSV(B) | 321.95º | 0.55% | 0.29% | - |
| XYZ | 4.29 | 2.97 | 4.62 | - |
| YUV | 49.22 | 134.08 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 34 | 60 | 0 | 0.55 | 0.20 | 0.71 | 321.95 | 0.38 | 0.21 |
| Hex | 4B | 22 | 3C | 0 | 37 | 14 | 47 | 142 | 26 | 15 |
| Octal | 113 | 42 | 74 | 0 | 67 | 24 | 107 | 502 | 46 | 25 |
| Binary | 1001011 | 100010 | 111100 | 0 | 110111 | 10100 | 1000111 | 101000010 | 100110 | 10101 |
Color Harmonies of #4B223C
Complementary color
Monochromatic Colors of #4B223C
Black with #4B223C
Text Example
Text Example
White with #4B223C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B223C; }
p { color: rgb(75,34,60); }
H1.HeaderClassName
{
color: #4B223C;
}
.AnyTagClassName
{
color: #4B223C;
}
</style>
background-color css
<style>
a { background-color: #4B223C; }
a { background-color: rgb(75,34,60); }
div.DivClassName
{
background-color: #4B223C;
}
.BgClassName
{
background-color: #4B223C;
}
</style>
border-color css
<style>
span { border-color: #4B223C; }
span { border-color: rgb(75,34,60); }
td.TdClassName
{
border-color: #4B223C;
}
.TagClassName
{
border-color: #4B223C;
}
</style>