Shades of Redwood #603431
Tints of Redwood #603431
RGB
CMYK
RGB Variations
Color information
#603431 (or 0x603431) is known color: Redwood. HEX triplet: 60, 34 and 31. RGB value is (96,52,49). Sum of RGB (Red+Green+Blue) = 96+52+49=197 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.73% from 197); Green value is 52 (20.70% from 255 or 26.40% from 197); Blue value is 49 (19.53% from 255 or 24.87% from 197); Max value from RGB is 96 - color contains mainly: red. Hex color #603431 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603431 is #9FCBCE. Grayscale: #404040. Windows color (decimal): -10472399 or 3224672. OLE color: 3224672.
HSL color Cylindrical-coordinate representation of color #603431: hue angle of 3.83º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #603431 is Cyan = 0, Magento = 0.46, Yellow = 0.49 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 52 | 49 | - |
| CMYK | 0 | 0.46 | 0.49 | 0.62 |
| HSL | 3.83º | 0.32% | 0.28% | - |
| HSV(B) | 3.83º | 0.49% | 0.38% | - |
| XYZ | 6.61 | 5.16 | 3.55 | - |
| YUV | 64.81 | 119.08 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 52 | 49 | 0 | 0.46 | 0.49 | 0.62 | 3.83 | 0.32 | 0.28 |
| Hex | 60 | 34 | 31 | 0 | 2E | 31 | 3E | 4 | 20 | 1C |
| Octal | 140 | 64 | 61 | 0 | 56 | 61 | 76 | 4 | 40 | 34 |
| Binary | 1100000 | 110100 | 110001 | 0 | 101110 | 110001 | 111110 | 100 | 100000 | 11100 |
Color Harmonies of #603431
Complementary color
Monochromatic Colors of #603431
Black with #603431
Text Example
Text Example
White with #603431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603431; }
p { color: rgb(96,52,49); }
H1.HeaderClassName
{
color: #603431;
}
.AnyTagClassName
{
color: #603431;
}
</style>
background-color css
<style>
a { background-color: #603431; }
a { background-color: rgb(96,52,49); }
div.DivClassName
{
background-color: #603431;
}
.BgClassName
{
background-color: #603431;
}
</style>
border-color css
<style>
span { border-color: #603431; }
span { border-color: rgb(96,52,49); }
td.TdClassName
{
border-color: #603431;
}
.TagClassName
{
border-color: #603431;
}
</style>