Shades of Well Read #943D3E
Tints of Well Read #943D3E
RGB
CMYK
RGB Variations
Color information
#943D3E (or 0x943D3E) is known color: Well Read. HEX triplet: 94, 3D and 3E. RGB value is (148,61,62). Sum of RGB (Red+Green+Blue) = 148+61+62=271 (35% of max value = 765). Red value is 148 (58.20% from 255 or 54.61% from 271); Green value is 61 (24.22% from 255 or 22.51% from 271); Blue value is 62 (24.61% from 255 or 22.88% from 271); Max value from RGB is 148 - color contains mainly: red. Hex color #943D3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #943D3E is #6BC2C1. Grayscale: #575757. Windows color (decimal): -7062210 or 4078996. OLE color: 4078996.
HSL color Cylindrical-coordinate representation of color #943D3E: hue angle of 359.31º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #943D3E is Cyan = 0, Magento = 0.59, Yellow = 0.58 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 61 | 62 | - |
| CMYK | 0 | 0.59 | 0.58 | 0.42 |
| HSL | 359.31º | 0.42% | 0.41% | - |
| HSV(B) | 359.31º | 0.59% | 0.58% | - |
| XYZ | 14.75 | 9.98 | 5.71 | - |
| YUV | 87.13 | 113.82 | 171.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 61 | 62 | 0 | 0.59 | 0.58 | 0.42 | 359.31 | 0.42 | 0.41 |
| Hex | 94 | 3D | 3E | 0 | 3B | 3A | 2A | 167 | 2A | 29 |
| Octal | 224 | 75 | 76 | 0 | 73 | 72 | 52 | 547 | 52 | 51 |
| Binary | 10010100 | 111101 | 111110 | 0 | 111011 | 111010 | 101010 | 101100111 | 101010 | 101001 |
Color Harmonies of #943D3E
Complementary color
Monochromatic Colors of #943D3E
Black with #943D3E
Text Example
Text Example
White with #943D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943D3E; }
p { color: rgb(148,61,62); }
H1.HeaderClassName
{
color: #943D3E;
}
.AnyTagClassName
{
color: #943D3E;
}
</style>
background-color css
<style>
a { background-color: #943D3E; }
a { background-color: rgb(148,61,62); }
div.DivClassName
{
background-color: #943D3E;
}
.BgClassName
{
background-color: #943D3E;
}
</style>
border-color css
<style>
span { border-color: #943D3E; }
span { border-color: rgb(148,61,62); }
td.TdClassName
{
border-color: #943D3E;
}
.TagClassName
{
border-color: #943D3E;
}
</style>