#983F4D

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

Shades of Night Shadz #983F4D

Tints of Night Shadz #983F4D

Color information

#983F4D (or 0x983F4D) is unknown color: approx Night Shadz. HEX triplet: 98, 3F and 4D. RGB value is (152,63,77). Sum of RGB (Red+Green+Blue) = 152+63+77=292 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.05% from 292); Green value is 63 (25% from 255 or 21.58% from 292); Blue value is 77 (30.47% from 255 or 26.37% from 292); Max value from RGB is 152 - color contains mainly: red. Hex color #983F4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983F4D is #67C0B2. Grayscale: #5B5B5B. Windows color (decimal): -6799539 or 5062552. OLE color: 5062552.

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

Color convert

RGB1526377-
CMYK00.590.490.40
HSL350.56º41.4%42.16%-
HSV(B)350.56º58.55%59.61%-
XYZ16.0710.778.25-
YUV91.21119.99171.36-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 52.05%
GREEN value IS 63 (25% from 255) = 21.58%
BLUE value IS 77 (30.47% from 255) = 26.37%
R=52.05%
G=21.58%
B=26.37%

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
Decimal152637700.590.490.40350.5641.442.16
Hex983F4D03B312815f292a
Octal2307711507361505375152
Binary1001100011111110011010111011110001101000101011111101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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