Shades of Well Read #923240
Tints of Well Read #923240
RGB
CMYK
RGB Variations
Color information
#923240 (or 0x923240) is known color: Well Read. HEX triplet: 92, 32 and 40. RGB value is (146,50,64). Sum of RGB (Red+Green+Blue) = 146+50+64=260 (34% of max value = 765). Red value is 146 (57.42% from 255 or 56.15% from 260); Green value is 50 (19.92% from 255 or 19.23% from 260); Blue value is 64 (25.39% from 255 or 24.62% from 260); Max value from RGB is 146 - color contains mainly: red. Hex color #923240 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #923240 is #6DCDBF. Grayscale: #505050. Windows color (decimal): -7196096 or 4207250. OLE color: 4207250.
HSL color Cylindrical-coordinate representation of color #923240: hue angle of 351.25º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #923240 is Cyan = 0, Magento = 0.66, Yellow = 0.56 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 50 | 64 | - |
| CMYK | 0 | 0.66 | 0.56 | 0.43 |
| HSL | 351.25º | 0.49% | 0.38% | - |
| HSV(B) | 351.25º | 0.66% | 0.57% | - |
| XYZ | 13.92 | 8.76 | 5.81 | - |
| YUV | 80.3 | 118.8 | 174.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 50 | 64 | 0 | 0.66 | 0.56 | 0.43 | 351.25 | 0.49 | 0.38 |
| Hex | 92 | 32 | 40 | 0 | 42 | 38 | 2B | 15F | 31 | 26 |
| Octal | 222 | 62 | 100 | 0 | 102 | 70 | 53 | 537 | 61 | 46 |
| Binary | 10010010 | 110010 | 1000000 | 0 | 1000010 | 111000 | 101011 | 101011111 | 110001 | 100110 |
Color Harmonies of #923240
Complementary color
Monochromatic Colors of #923240
Black with #923240
Text Example
Text Example
White with #923240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #923240; }
p { color: rgb(146,50,64); }
H1.HeaderClassName
{
color: #923240;
}
.AnyTagClassName
{
color: #923240;
}
</style>
background-color css
<style>
a { background-color: #923240; }
a { background-color: rgb(146,50,64); }
div.DivClassName
{
background-color: #923240;
}
.BgClassName
{
background-color: #923240;
}
</style>
border-color css
<style>
span { border-color: #923240; }
span { border-color: rgb(146,50,64); }
td.TdClassName
{
border-color: #923240;
}
.TagClassName
{
border-color: #923240;
}
</style>