Shades of Well Read #93383B
Tints of Well Read #93383B
RGB
CMYK
RGB Variations
Color information
#93383B (or 0x93383B) is known color: Well Read. HEX triplet: 93, 38 and 3B. RGB value is (147,56,59). Sum of RGB (Red+Green+Blue) = 147+56+59=262 (34% of max value = 765). Red value is 147 (57.81% from 255 or 56.11% from 262); Green value is 56 (22.27% from 255 or 21.37% from 262); Blue value is 59 (23.44% from 255 or 22.52% from 262); Max value from RGB is 147 - color contains mainly: red. Hex color #93383B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93383B is #6CC7C4. Grayscale: #535353. Windows color (decimal): -7129029 or 3881107. OLE color: 3881107.
HSL color Cylindrical-coordinate representation of color #93383B: hue angle of 358.02º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #93383B is Cyan = 0, Magento = 0.62, Yellow = 0.60 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 56 | 59 | - |
| CMYK | 0 | 0.62 | 0.60 | 0.42 |
| HSL | 358.02º | 0.45% | 0.4% | - |
| HSV(B) | 358.02º | 0.62% | 0.58% | - |
| XYZ | 14.24 | 9.35 | 5.19 | - |
| YUV | 83.55 | 114.15 | 173.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 56 | 59 | 0 | 0.62 | 0.60 | 0.42 | 358.02 | 0.45 | 0.4 |
| Hex | 93 | 38 | 3B | 0 | 3E | 3C | 2A | 166 | 2D | 28 |
| Octal | 223 | 70 | 73 | 0 | 76 | 74 | 52 | 546 | 55 | 50 |
| Binary | 10010011 | 111000 | 111011 | 0 | 111110 | 111100 | 101010 | 101100110 | 101101 | 101000 |
Color Harmonies of #93383B
Complementary color
Monochromatic Colors of #93383B
Black with #93383B
Text Example
Text Example
White with #93383B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93383B; }
p { color: rgb(147,56,59); }
H1.HeaderClassName
{
color: #93383B;
}
.AnyTagClassName
{
color: #93383B;
}
</style>
background-color css
<style>
a { background-color: #93383B; }
a { background-color: rgb(147,56,59); }
div.DivClassName
{
background-color: #93383B;
}
.BgClassName
{
background-color: #93383B;
}
</style>
border-color css
<style>
span { border-color: #93383B; }
span { border-color: rgb(147,56,59); }
td.TdClassName
{
border-color: #93383B;
}
.TagClassName
{
border-color: #93383B;
}
</style>