Shades of Barossa #4B263C
Tints of Barossa #4B263C
RGB
CMYK
RGB Variations
Color information
#4B263C (or 0x4B263C) is known color: Barossa. HEX triplet: 4B, 26 and 3C. RGB value is (75,38,60). Sum of RGB (Red+Green+Blue) = 75+38+60=173 (22% of max value = 765). Red value is 75 (29.69% from 255 or 43.35% from 173); Green value is 38 (15.23% from 255 or 21.97% from 173); Blue value is 60 (23.83% from 255 or 34.68% from 173); Max value from RGB is 75 - color contains mainly: red. Hex color #4B263C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B263C is #B4D9C3. Grayscale: #333333. Windows color (decimal): -11852228 or 3941963. OLE color: 3941963.
HSL color Cylindrical-coordinate representation of color #4B263C: hue angle of 324.32º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4B263C is Cyan = 0, Magento = 0.49, Yellow = 0.20 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 38 | 60 | - |
| CMYK | 0 | 0.49 | 0.20 | 0.71 |
| HSL | 324.32º | 0.33% | 0.22% | - |
| HSV(B) | 324.32º | 0.49% | 0.29% | - |
| XYZ | 4.41 | 3.21 | 4.66 | - |
| YUV | 51.57 | 132.76 | 144.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 38 | 60 | 0 | 0.49 | 0.20 | 0.71 | 324.32 | 0.33 | 0.22 |
| Hex | 4B | 26 | 3C | 0 | 31 | 14 | 47 | 144 | 21 | 16 |
| Octal | 113 | 46 | 74 | 0 | 61 | 24 | 107 | 504 | 41 | 26 |
| Binary | 1001011 | 100110 | 111100 | 0 | 110001 | 10100 | 1000111 | 101000100 | 100001 | 10110 |
Color Harmonies of #4B263C
Complementary color
Monochromatic Colors of #4B263C
Black with #4B263C
Text Example
Text Example
White with #4B263C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B263C; }
p { color: rgb(75,38,60); }
H1.HeaderClassName
{
color: #4B263C;
}
.AnyTagClassName
{
color: #4B263C;
}
</style>
background-color css
<style>
a { background-color: #4B263C; }
a { background-color: rgb(75,38,60); }
div.DivClassName
{
background-color: #4B263C;
}
.BgClassName
{
background-color: #4B263C;
}
</style>
border-color css
<style>
span { border-color: #4B263C; }
span { border-color: rgb(75,38,60); }
td.TdClassName
{
border-color: #4B263C;
}
.TagClassName
{
border-color: #4B263C;
}
</style>