#983F4E

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

Shades of Night Shadz #983F4E

Tints of Night Shadz #983F4E

Color information

#983F4E (or 0x983F4E) is unknown color: approx Night Shadz. HEX triplet: 98, 3F and 4E. RGB value is (152,63,78). Sum of RGB (Red+Green+Blue) = 152+63+78=293 (38% of max value = 765). Red value is 152 (59.77% from 255 or 51.88% from 293); Green value is 63 (25% from 255 or 21.50% from 293); Blue value is 78 (30.86% from 255 or 26.62% from 293); Max value from RGB is 152 - color contains mainly: red. Hex color #983F4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983F4E is #67C0B1. Grayscale: #5B5B5B. Windows color (decimal): -6799538 or 5128088. OLE color: 5128088.

HSL color Cylindrical-coordinate representation of color #983F4E: hue angle of 349.89º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #983F4E is Cyan = 0, Magento = 0.59, Yellow = 0.49 and Black (K on CMYK) = 0.40.

Color convert

RGB1526378-
CMYK00.590.490.40
HSL349.89º41.4%42.16%-
HSV(B)349.89º58.55%59.61%-
XYZ16.110.788.44-
YUV91.32120.49171.28-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 51.88%
GREEN value IS 63 (25% from 255) = 21.50%
BLUE value IS 78 (30.86% from 255) = 26.62%
R=51.88%
G=21.50%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.49
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152637800.590.490.40349.8941.442.16
Hex983F4E03B312815e292a
Octal2307711607361505365152
Binary1001100011111110011100111011110001101000101011110101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983F4E; }

 p { color: rgb(152,63,78); }

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

<style>
 a { background-color: #983F4E; }

 a { background-color: rgb(152,63,78); }

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

<style>
 span { border-color: #983F4E; }

 span { border-color: rgb(152,63,78); }

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