Shades of Well Read #993C3E
Tints of Well Read #993C3E
RGB
CMYK
RGB Variations
Color information
#993C3E (or 0x993C3E) is known color: Well Read. HEX triplet: 99, 3C and 3E. RGB value is (153,60,62). Sum of RGB (Red+Green+Blue) = 153+60+62=275 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.64% from 275); Green value is 60 (23.83% from 255 or 21.82% from 275); Blue value is 62 (24.61% from 255 or 22.55% from 275); Max value from RGB is 153 - color contains mainly: red. Hex color #993C3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993C3E is #66C3C1. Grayscale: #585858. Windows color (decimal): -6734786 or 4078745. OLE color: 4078745.
HSL color Cylindrical-coordinate representation of color #993C3E: hue angle of 358.71º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #993C3E is Cyan = 0, Magento = 0.61, Yellow = 0.59 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 60 | 62 | - |
| CMYK | 0 | 0.61 | 0.59 | 0.4 |
| HSL | 358.71º | 0.44% | 0.42% | - |
| HSV(B) | 358.71º | 0.61% | 0.6% | - |
| XYZ | 15.62 | 10.35 | 5.73 | - |
| YUV | 88.04 | 113.31 | 174.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 60 | 62 | 0 | 0.61 | 0.59 | 0.4 | 358.71 | 0.44 | 0.42 |
| Hex | 99 | 3C | 3E | 0 | 3D | 3B | 28 | 167 | 2C | 2A |
| Octal | 231 | 74 | 76 | 0 | 75 | 73 | 50 | 547 | 54 | 52 |
| Binary | 10011001 | 111100 | 111110 | 0 | 111101 | 111011 | 101000 | 101100111 | 101100 | 101010 |
Color Harmonies of #993C3E
Complementary color
Monochromatic Colors of #993C3E
Black with #993C3E
Text Example
Text Example
White with #993C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993C3E; }
p { color: rgb(153,60,62); }
H1.HeaderClassName
{
color: #993C3E;
}
.AnyTagClassName
{
color: #993C3E;
}
</style>
background-color css
<style>
a { background-color: #993C3E; }
a { background-color: rgb(153,60,62); }
div.DivClassName
{
background-color: #993C3E;
}
.BgClassName
{
background-color: #993C3E;
}
</style>
border-color css
<style>
span { border-color: #993C3E; }
span { border-color: rgb(153,60,62); }
td.TdClassName
{
border-color: #993C3E;
}
.TagClassName
{
border-color: #993C3E;
}
</style>