#983D4D

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

Shades of Night Shadz #983D4D

Tints of Night Shadz #983D4D

Color information

#983D4D (or 0x983D4D) is unknown color: approx Night Shadz. HEX triplet: 98, 3D and 4D. RGB value is (152,61,77). Sum of RGB (Red+Green+Blue) = 152+61+77=290 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.41% from 290); Green value is 61 (24.22% from 255 or 21.03% from 290); Blue value is 77 (30.47% from 255 or 26.55% from 290); Max value from RGB is 152 - color contains mainly: red. Hex color #983D4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983D4D is #67C2B2. Grayscale: #5A5A5A. Windows color (decimal): -6800051 or 5062040. OLE color: 5062040.

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

Color convert

RGB1526177-
CMYK00.600.490.40
HSL349.45º42.72%41.76%-
HSV(B)349.45º59.87%59.61%-
XYZ15.9610.558.22-
YUV90.03120.65172.2-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 52.41%
GREEN value IS 61 (24.22% from 255) = 21.03%
BLUE value IS 77 (30.47% from 255) = 26.55%
R=52.41%
G=21.03%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.49
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152617700.600.490.40349.4542.7241.76
Hex983D4D03C312815d2b2a
Octal2307511507461505355352
Binary1001100011110110011010111100110001101000101011101101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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