Shades of Night Shadz #98424A
Tints of Night Shadz #98424A
RGB
CMYK
RGB Variations
Color information
#98424A (or 0x98424A) is known color: Night Shadz. HEX triplet: 98, 42 and 4A. RGB value is (152,66,74). Sum of RGB (Red+Green+Blue) = 152+66+74=292 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.05% from 292); Green value is 66 (26.17% from 255 or 22.60% from 292); Blue value is 74 (29.30% from 255 or 25.34% from 292); Max value from RGB is 152 - color contains mainly: red. Hex color #98424A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98424A is #67BDB5. Grayscale: #5C5C5C. Windows color (decimal): -6798774 or 4866712. OLE color: 4866712.
HSL color Cylindrical-coordinate representation of color #98424A: hue angle of 354.42º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #98424A is Cyan = 0, Magento = 0.57, Yellow = 0.51 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 66 | 74 | - |
| CMYK | 0 | 0.57 | 0.51 | 0.40 |
| HSL | 354.42º | 0.39% | 0.43% | - |
| HSV(B) | 354.42º | 0.57% | 0.6% | - |
| XYZ | 16.13 | 11.07 | 7.76 | - |
| YUV | 92.63 | 117.49 | 170.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 66 | 74 | 0 | 0.57 | 0.51 | 0.40 | 354.42 | 0.39 | 0.43 |
| Hex | 98 | 42 | 4A | 0 | 39 | 33 | 28 | 162 | 27 | 2B |
| Octal | 230 | 102 | 112 | 0 | 71 | 63 | 50 | 542 | 47 | 53 |
| Binary | 10011000 | 1000010 | 1001010 | 0 | 111001 | 110011 | 101000 | 101100010 | 100111 | 101011 |
Color Harmonies of #98424A
Complementary color
Monochromatic Colors of #98424A
Black with #98424A
Text Example
Text Example
White with #98424A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98424A; }
p { color: rgb(152,66,74); }
H1.HeaderClassName
{
color: #98424A;
}
.AnyTagClassName
{
color: #98424A;
}
</style>
background-color css
<style>
a { background-color: #98424A; }
a { background-color: rgb(152,66,74); }
div.DivClassName
{
background-color: #98424A;
}
.BgClassName
{
background-color: #98424A;
}
</style>
border-color css
<style>
span { border-color: #98424A; }
span { border-color: rgb(152,66,74); }
td.TdClassName
{
border-color: #98424A;
}
.TagClassName
{
border-color: #98424A;
}
</style>