Shades of Redwood #5B3331
Tints of Redwood #5B3331
RGB
CMYK
RGB Variations
Color information
#5B3331 (or 0x5B3331) is known color: Redwood. HEX triplet: 5B, 33 and 31. RGB value is (91,51,49). Sum of RGB (Red+Green+Blue) = 91+51+49=191 (25% of max value = 765). Red value is 91 (35.94% from 255 or 47.64% from 191); Green value is 51 (20.31% from 255 or 26.70% from 191); Blue value is 49 (19.53% from 255 or 25.65% from 191); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3331 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B3331 is #A4CCCE. Grayscale: #3E3E3E. Windows color (decimal): -10800335 or 3224411. OLE color: 3224411.
HSL color Cylindrical-coordinate representation of color #5B3331: hue angle of 2.86º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5B3331 is Cyan = 0, Magento = 0.44, Yellow = 0.46 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 51 | 49 | - |
| CMYK | 0 | 0.44 | 0.46 | 0.64 |
| HSL | 2.86º | 0.3% | 0.27% | - |
| HSV(B) | 2.86º | 0.46% | 0.36% | - |
| XYZ | 6.05 | 4.81 | 3.52 | - |
| YUV | 62.73 | 120.25 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 51 | 49 | 0 | 0.44 | 0.46 | 0.64 | 2.86 | 0.3 | 0.27 |
| Hex | 5B | 33 | 31 | 0 | 2C | 2E | 40 | 3 | 1E | 1B |
| Octal | 133 | 63 | 61 | 0 | 54 | 56 | 100 | 3 | 36 | 33 |
| Binary | 1011011 | 110011 | 110001 | 0 | 101100 | 101110 | 1000000 | 11 | 11110 | 11011 |
Color Harmonies of #5B3331
Complementary color
Monochromatic Colors of #5B3331
Black with #5B3331
Text Example
Text Example
White with #5B3331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3331; }
p { color: rgb(91,51,49); }
H1.HeaderClassName
{
color: #5B3331;
}
.AnyTagClassName
{
color: #5B3331;
}
</style>
background-color css
<style>
a { background-color: #5B3331; }
a { background-color: rgb(91,51,49); }
div.DivClassName
{
background-color: #5B3331;
}
.BgClassName
{
background-color: #5B3331;
}
</style>
border-color css
<style>
span { border-color: #5B3331; }
span { border-color: rgb(91,51,49); }
td.TdClassName
{
border-color: #5B3331;
}
.TagClassName
{
border-color: #5B3331;
}
</style>