Shades of Barossa #4F233D
Tints of Barossa #4F233D
RGB
CMYK
RGB Variations
Color information
#4F233D (or 0x4F233D) is known color: Barossa. HEX triplet: 4F, 23 and 3D. RGB value is (79,35,61). Sum of RGB (Red+Green+Blue) = 79+35+61=175 (23% of max value = 765). Red value is 79 (31.25% from 255 or 45.14% from 175); Green value is 35 (14.06% from 255 or 20% from 175); Blue value is 61 (24.22% from 255 or 34.86% from 175); Max value from RGB is 79 - color contains mainly: red. Hex color #4F233D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F233D is #B0DCC2. Grayscale: #333333. Windows color (decimal): -11590851 or 4006735. OLE color: 4006735.
HSL color Cylindrical-coordinate representation of color #4F233D: hue angle of 324.55º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4F233D is Cyan = 0, Magento = 0.56, Yellow = 0.23 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 35 | 61 | - |
| CMYK | 0 | 0.56 | 0.23 | 0.69 |
| HSL | 324.55º | 0.39% | 0.22% | - |
| HSV(B) | 324.55º | 0.56% | 0.31% | - |
| XYZ | 4.67 | 3.2 | 4.79 | - |
| YUV | 51.12 | 133.58 | 147.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 35 | 61 | 0 | 0.56 | 0.23 | 0.69 | 324.55 | 0.39 | 0.22 |
| Hex | 4F | 23 | 3D | 0 | 38 | 17 | 45 | 145 | 27 | 16 |
| Octal | 117 | 43 | 75 | 0 | 70 | 27 | 105 | 505 | 47 | 26 |
| Binary | 1001111 | 100011 | 111101 | 0 | 111000 | 10111 | 1000101 | 101000101 | 100111 | 10110 |
Color Harmonies of #4F233D
Complementary color
Monochromatic Colors of #4F233D
Black with #4F233D
Text Example
Text Example
White with #4F233D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F233D; }
p { color: rgb(79,35,61); }
H1.HeaderClassName
{
color: #4F233D;
}
.AnyTagClassName
{
color: #4F233D;
}
</style>
background-color css
<style>
a { background-color: #4F233D; }
a { background-color: rgb(79,35,61); }
div.DivClassName
{
background-color: #4F233D;
}
.BgClassName
{
background-color: #4F233D;
}
</style>
border-color css
<style>
span { border-color: #4F233D; }
span { border-color: rgb(79,35,61); }
td.TdClassName
{
border-color: #4F233D;
}
.TagClassName
{
border-color: #4F233D;
}
</style>