Shades of Night Shadz #993853
Tints of Night Shadz #993853
RGB
CMYK
RGB Variations
Color information
#993853 (or 0x993853) is known color: Night Shadz. HEX triplet: 99, 38 and 53. RGB value is (153,56,83). Sum of RGB (Red+Green+Blue) = 153+56+83=292 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.40% from 292); Green value is 56 (22.27% from 255 or 19.18% from 292); Blue value is 83 (32.81% from 255 or 28.42% from 292); Max value from RGB is 153 - color contains mainly: red. Hex color #993853 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993853 is #66C7AC. Grayscale: #585858. Windows color (decimal): -6735789 or 5453977. OLE color: 5453977.
HSL color Cylindrical-coordinate representation of color #993853: hue angle of 343.3º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #993853 is Cyan = 0, Magento = 0.63, Yellow = 0.46 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 56 | 83 | - |
| CMYK | 0 | 0.63 | 0.46 | 0.4 |
| HSL | 343.3º | 0.46% | 0.41% | - |
| HSV(B) | 343.3º | 0.63% | 0.6% | - |
| XYZ | 16.11 | 10.23 | 9.31 | - |
| YUV | 88.08 | 125.14 | 174.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 56 | 83 | 0 | 0.63 | 0.46 | 0.4 | 343.3 | 0.46 | 0.41 |
| Hex | 99 | 38 | 53 | 0 | 3F | 2E | 28 | 157 | 2E | 29 |
| Octal | 231 | 70 | 123 | 0 | 77 | 56 | 50 | 527 | 56 | 51 |
| Binary | 10011001 | 111000 | 1010011 | 0 | 111111 | 101110 | 101000 | 101010111 | 101110 | 101001 |
Color Harmonies of #993853
Complementary color
Monochromatic Colors of #993853
Black with #993853
Text Example
Text Example
White with #993853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993853; }
p { color: rgb(153,56,83); }
H1.HeaderClassName
{
color: #993853;
}
.AnyTagClassName
{
color: #993853;
}
</style>
background-color css
<style>
a { background-color: #993853; }
a { background-color: rgb(153,56,83); }
div.DivClassName
{
background-color: #993853;
}
.BgClassName
{
background-color: #993853;
}
</style>
border-color css
<style>
span { border-color: #993853; }
span { border-color: rgb(153,56,83); }
td.TdClassName
{
border-color: #993853;
}
.TagClassName
{
border-color: #993853;
}
</style>