#983A4D

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

Shades of Night Shadz #983A4D

Tints of Night Shadz #983A4D

Color information

#983A4D (or 0x983A4D) is unknown color: approx Night Shadz. HEX triplet: 98, 3A and 4D. RGB value is (152,58,77). Sum of RGB (Red+Green+Blue) = 152+58+77=287 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.96% from 287); Green value is 58 (23.05% from 255 or 20.21% from 287); Blue value is 77 (30.47% from 255 or 26.83% from 287); Max value from RGB is 152 - color contains mainly: red. Hex color #983A4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983A4D is #67C5B2. Grayscale: #585858. Windows color (decimal): -6800819 or 5061272. OLE color: 5061272.

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

Color convert

RGB1525877-
CMYK00.620.490.40
HSL347.87º44.76%41.18%-
HSV(B)347.87º61.84%59.61%-
XYZ15.810.248.16-
YUV88.27121.64173.46-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 52.96%
GREEN value IS 58 (23.05% from 255) = 20.21%
BLUE value IS 77 (30.47% from 255) = 26.83%
R=52.96%
G=20.21%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.49
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152587700.620.490.40347.8744.7641.18
Hex983A4D03E312815c2d29
Octal2307211507661505345551
Binary1001100011101010011010111110110001101000101011100101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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