#98384D

Color #98384D Night Shadz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Night Shadz #98384D

Tints of Night Shadz #98384D

Color information

#98384D (or 0x98384D) is unknown color: approx Night Shadz. HEX triplet: 98, 38 and 4D. RGB value is (152,56,77). Sum of RGB (Red+Green+Blue) = 152+56+77=285 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.33% from 285); Green value is 56 (22.27% from 255 or 19.65% from 285); Blue value is 77 (30.47% from 255 or 27.02% from 285); Max value from RGB is 152 - color contains mainly: red. Hex color #98384D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98384D is #67C7B2. Grayscale: #575757. Windows color (decimal): -6801331 or 5060760. OLE color: 5060760.

HSL color Cylindrical-coordinate representation of color #98384D: hue angle of 346.88º 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 #98384D is Cyan = 0, Magento = 0.63, Yellow = 0.49 and Black (K on CMYK) = 0.40.

Color convert

RGB1525677-
CMYK00.630.490.40
HSL346.88º46.15%40.78%-
HSV(B)346.88º63.16%59.61%-
XYZ15.710.048.13-
YUV87.1122.3174.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 152 (59.77% from 255) = 53.33%
GREEN value IS 56 (22.27% from 255) = 19.65%
BLUE value IS 77 (30.47% from 255) = 27.02%
R=53.33%
G=19.65%
B=27.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.49
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152567700.630.490.40346.8846.1540.78
Hex98384D03F312815b2e29
Octal2307011507761505335651
Binary1001100011100010011010111111110001101000101011011101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98384D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98384D; }

 p { color: rgb(152,56,77); }

 H1.HeaderClassName
 {
   color: #98384D;
 }
 .AnyTagClassName
 {
   color: #98384D;
 }
</style>
background-color css

<style>
 a { background-color: #98384D; }

 a { background-color: rgb(152,56,77); }

 div.DivClassName
 {
   background-color: #98384D;
 }
 .BgClassName
 {
   background-color: #98384D;
 }
</style>
border-color css

<style>
 span { border-color: #98384D; }

 span { border-color: rgb(152,56,77); }

 td.TdClassName
 {
   border-color: #98384D;
 }
 .TagClassName
 {
   border-color: #98384D;
 }
</style>