Shades of Well Read #93303C
Tints of Well Read #93303C
RGB
CMYK
RGB Variations
Color information
#93303C (or 0x93303C) is known color: Well Read. HEX triplet: 93, 30 and 3C. RGB value is (147,48,60). Sum of RGB (Red+Green+Blue) = 147+48+60=255 (33% of max value = 765). Red value is 147 (57.81% from 255 or 57.65% from 255); Green value is 48 (19.14% from 255 or 18.82% from 255); Blue value is 60 (23.83% from 255 or 23.53% from 255); Max value from RGB is 147 - color contains mainly: red. Hex color #93303C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93303C is #6CCFC3. Grayscale: #4F4F4F. Windows color (decimal): -7131076 or 3944595. OLE color: 3944595.
HSL color Cylindrical-coordinate representation of color #93303C: hue angle of 352.73º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #93303C is Cyan = 0, Magento = 0.67, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 48 | 60 | - |
| CMYK | 0 | 0.67 | 0.59 | 0.42 |
| HSL | 352.73º | 0.51% | 0.38% | - |
| HSV(B) | 352.73º | 0.67% | 0.58% | - |
| XYZ | 13.91 | 8.64 | 5.21 | - |
| YUV | 78.97 | 117.3 | 176.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 48 | 60 | 0 | 0.67 | 0.59 | 0.42 | 352.73 | 0.51 | 0.38 |
| Hex | 93 | 30 | 3C | 0 | 43 | 3B | 2A | 161 | 33 | 26 |
| Octal | 223 | 60 | 74 | 0 | 103 | 73 | 52 | 541 | 63 | 46 |
| Binary | 10010011 | 110000 | 111100 | 0 | 1000011 | 111011 | 101010 | 101100001 | 110011 | 100110 |
Color Harmonies of #93303C
Complementary color
Monochromatic Colors of #93303C
Black with #93303C
Text Example
Text Example
White with #93303C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93303C; }
p { color: rgb(147,48,60); }
H1.HeaderClassName
{
color: #93303C;
}
.AnyTagClassName
{
color: #93303C;
}
</style>
background-color css
<style>
a { background-color: #93303C; }
a { background-color: rgb(147,48,60); }
div.DivClassName
{
background-color: #93303C;
}
.BgClassName
{
background-color: #93303C;
}
</style>
border-color css
<style>
span { border-color: #93303C; }
span { border-color: rgb(147,48,60); }
td.TdClassName
{
border-color: #93303C;
}
.TagClassName
{
border-color: #93303C;
}
</style>