Shades of Well Read #953C43
Tints of Well Read #953C43
RGB
CMYK
RGB Variations
Color information
#953C43 (or 0x953C43) is known color: Well Read. HEX triplet: 95, 3C and 43. RGB value is (149,60,67). Sum of RGB (Red+Green+Blue) = 149+60+67=276 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.99% from 276); Green value is 60 (23.83% from 255 or 21.74% from 276); Blue value is 67 (26.56% from 255 or 24.28% from 276); Max value from RGB is 149 - color contains mainly: red. Hex color #953C43 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953C43 is #6AC3BC. Grayscale: #575757. Windows color (decimal): -6996925 or 4406421. OLE color: 4406421.
HSL color Cylindrical-coordinate representation of color #953C43: hue angle of 355.28º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #953C43 is Cyan = 0, Magento = 0.60, Yellow = 0.55 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 60 | 67 | - |
| CMYK | 0 | 0.60 | 0.55 | 0.42 |
| HSL | 355.28º | 0.43% | 0.41% | - |
| HSV(B) | 355.28º | 0.6% | 0.58% | - |
| XYZ | 15.02 | 10.03 | 6.45 | - |
| YUV | 87.41 | 116.49 | 171.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 60 | 67 | 0 | 0.60 | 0.55 | 0.42 | 355.28 | 0.43 | 0.41 |
| Hex | 95 | 3C | 43 | 0 | 3C | 37 | 2A | 163 | 2B | 29 |
| Octal | 225 | 74 | 103 | 0 | 74 | 67 | 52 | 543 | 53 | 51 |
| Binary | 10010101 | 111100 | 1000011 | 0 | 111100 | 110111 | 101010 | 101100011 | 101011 | 101001 |
Color Harmonies of #953C43
Complementary color
Monochromatic Colors of #953C43
Black with #953C43
Text Example
Text Example
White with #953C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953C43; }
p { color: rgb(149,60,67); }
H1.HeaderClassName
{
color: #953C43;
}
.AnyTagClassName
{
color: #953C43;
}
</style>
background-color css
<style>
a { background-color: #953C43; }
a { background-color: rgb(149,60,67); }
div.DivClassName
{
background-color: #953C43;
}
.BgClassName
{
background-color: #953C43;
}
</style>
border-color css
<style>
span { border-color: #953C43; }
span { border-color: rgb(149,60,67); }
td.TdClassName
{
border-color: #953C43;
}
.TagClassName
{
border-color: #953C43;
}
</style>