#98384C

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

Shades of Night Shadz #98384C

Tints of Night Shadz #98384C

Color information

#98384C (or 0x98384C) is unknown color: approx Night Shadz. HEX triplet: 98, 38 and 4C. RGB value is (152,56,76). Sum of RGB (Red+Green+Blue) = 152+56+76=284 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.52% from 284); Green value is 56 (22.27% from 255 or 19.72% from 284); Blue value is 76 (30.08% from 255 or 26.76% from 284); Max value from RGB is 152 - color contains mainly: red. Hex color #98384C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98384C is #67C7B3. Grayscale: #575757. Windows color (decimal): -6801332 or 4995224. OLE color: 4995224.

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

Color convert

RGB1525676-
CMYK00.630.500.40
HSL347.5º46.15%40.78%-
HSV(B)347.5º63.16%59.61%-
XYZ15.6710.037.95-
YUV86.98121.8174.37-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 53.52%
GREEN value IS 56 (22.27% from 255) = 19.72%
BLUE value IS 76 (30.08% from 255) = 26.76%
R=53.52%
G=19.72%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.50
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152567600.630.500.40347.546.1540.78
Hex98384C03F322815c2e29
Octal2307011407762505345651
Binary1001100011100010011000111111110010101000101011100101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98384C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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