#983D4A

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

Shades of Night Shadz #983D4A

Tints of Night Shadz #983D4A

Color information

#983D4A (or 0x983D4A) is unknown color: approx Night Shadz. HEX triplet: 98, 3D and 4A. RGB value is (152,61,74). Sum of RGB (Red+Green+Blue) = 152+61+74=287 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.96% from 287); Green value is 61 (24.22% from 255 or 21.25% from 287); Blue value is 74 (29.30% from 255 or 25.78% from 287); Max value from RGB is 152 - color contains mainly: red. Hex color #983D4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983D4A is #67C2B5. Grayscale: #595959. Windows color (decimal): -6800054 or 4865432. OLE color: 4865432.

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

Color convert

RGB1526174-
CMYK00.600.510.40
HSL351.43º42.72%41.76%-
HSV(B)351.43º59.87%59.61%-
XYZ15.8510.517.67-
YUV89.69119.15172.44-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 52.96%
GREEN value IS 61 (24.22% from 255) = 21.25%
BLUE value IS 74 (29.30% from 255) = 25.78%
R=52.96%
G=21.25%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.51
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152617400.600.510.40351.4342.7241.76
Hex983D4A03C332815f2b2a
Octal2307511207463505375352
Binary1001100011110110010100111100110011101000101011111101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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