#983A5A

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

Shades of Night Shadz #983A5A

Tints of Night Shadz #983A5A

Color information

#983A5A (or 0x983A5A) is unknown color: approx Night Shadz. HEX triplet: 98, 3A and 5A. RGB value is (152,58,90). Sum of RGB (Red+Green+Blue) = 152+58+90=300 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.67% from 300); Green value is 58 (23.05% from 255 or 19.33% from 300); Blue value is 90 (35.55% from 255 or 30% from 300); Max value from RGB is 152 - color contains mainly: red. Hex color #983A5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983A5A is #67C5A5. Grayscale: #595959. Windows color (decimal): -6800806 or 5913240. OLE color: 5913240.

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

Color convert

RGB1525890-
CMYK00.620.410.40
HSL339.57º44.76%41.18%-
HSV(B)339.57º61.84%59.61%-
XYZ16.3110.4410.83-
YUV89.75128.14172.4-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 50.67%
GREEN value IS 58 (23.05% from 255) = 19.33%
BLUE value IS 90 (35.55% from 255) = 30%
R=50.67%
G=19.33%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.41
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152589000.620.410.40339.5744.7641.18
Hex983A5A03E29281542d29
Octal2307213207651505245551
Binary1001100011101010110100111110101001101000101010100101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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