Shades of Barossa #55263C
Tints of Barossa #55263C
RGB
CMYK
RGB Variations
Color information
#55263C (or 0x55263C) is known color: Barossa. HEX triplet: 55, 26 and 3C. RGB value is (85,38,60). Sum of RGB (Red+Green+Blue) = 85+38+60=183 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.45% from 183); Green value is 38 (15.23% from 255 or 20.77% from 183); Blue value is 60 (23.83% from 255 or 32.79% from 183); Max value from RGB is 85 - color contains mainly: red. Hex color #55263C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55263C is #AAD9C3. Grayscale: #363636. Windows color (decimal): -11196868 or 3941973. OLE color: 3941973.
HSL color Cylindrical-coordinate representation of color #55263C: hue angle of 331.91º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #55263C is Cyan = 0, Magento = 0.55, Yellow = 0.29 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 38 | 60 | - |
| CMYK | 0 | 0.55 | 0.29 | 0.67 |
| HSL | 331.91º | 0.38% | 0.24% | - |
| HSV(B) | 331.91º | 0.55% | 0.33% | - |
| XYZ | 5.26 | 3.64 | 4.7 | - |
| YUV | 54.56 | 131.07 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 38 | 60 | 0 | 0.55 | 0.29 | 0.67 | 331.91 | 0.38 | 0.24 |
| Hex | 55 | 26 | 3C | 0 | 37 | 1D | 43 | 14C | 26 | 18 |
| Octal | 125 | 46 | 74 | 0 | 67 | 35 | 103 | 514 | 46 | 30 |
| Binary | 1010101 | 100110 | 111100 | 0 | 110111 | 11101 | 1000011 | 101001100 | 100110 | 11000 |
Color Harmonies of #55263C
Complementary color
Monochromatic Colors of #55263C
Black with #55263C
Text Example
Text Example
White with #55263C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55263C; }
p { color: rgb(85,38,60); }
H1.HeaderClassName
{
color: #55263C;
}
.AnyTagClassName
{
color: #55263C;
}
</style>
background-color css
<style>
a { background-color: #55263C; }
a { background-color: rgb(85,38,60); }
div.DivClassName
{
background-color: #55263C;
}
.BgClassName
{
background-color: #55263C;
}
</style>
border-color css
<style>
span { border-color: #55263C; }
span { border-color: rgb(85,38,60); }
td.TdClassName
{
border-color: #55263C;
}
.TagClassName
{
border-color: #55263C;
}
</style>