#983B5A

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

Shades of Night Shadz #983B5A

Tints of Night Shadz #983B5A

Color information

#983B5A (or 0x983B5A) is unknown color: approx Night Shadz. HEX triplet: 98, 3B and 5A. RGB value is (152,59,90). Sum of RGB (Red+Green+Blue) = 152+59+90=301 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.50% from 301); Green value is 59 (23.44% from 255 or 19.60% from 301); Blue value is 90 (35.55% from 255 or 29.90% from 301); Max value from RGB is 152 - color contains mainly: red. Hex color #983B5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983B5A is #67C4A5. Grayscale: #5A5A5A. Windows color (decimal): -6800550 or 5913496. OLE color: 5913496.

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

Color convert

RGB1525990-
CMYK00.610.410.40
HSL340º44.08%41.37%-
HSV(B)340º61.18%59.61%-
XYZ16.3610.5410.85-
YUV90.34127.81171.98-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 50.50%
GREEN value IS 59 (23.44% from 255) = 19.60%
BLUE value IS 90 (35.55% from 255) = 29.90%
R=50.50%
G=19.60%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.41
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152599000.610.410.4034044.0841.37
Hex983B5A03D29281542c29
Octal2307313207551505245451
Binary1001100011101110110100111101101001101000101010100101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,59,90); }

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

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

 a { background-color: rgb(152,59,90); }

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

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

 span { border-color: rgb(152,59,90); }

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