#983B48

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

Shades of Night Shadz #983B48

Tints of Night Shadz #983B48

Color information

#983B48 (or 0x983B48) is unknown color: approx Night Shadz. HEX triplet: 98, 3B and 48. RGB value is (152,59,72). Sum of RGB (Red+Green+Blue) = 152+59+72=283 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.71% from 283); Green value is 59 (23.44% from 255 or 20.85% from 283); Blue value is 72 (28.52% from 255 or 25.44% from 283); Max value from RGB is 152 - color contains mainly: red. Hex color #983B48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983B48 is #67C4B7. Grayscale: #585858. Windows color (decimal): -6800568 or 4733848. OLE color: 4733848.

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

Color convert

RGB1525972-
CMYK00.610.530.40
HSL351.61º44.08%41.37%-
HSV(B)351.61º61.18%59.61%-
XYZ15.6810.277.29-
YUV88.29118.81173.44-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 53.71%
GREEN value IS 59 (23.44% from 255) = 20.85%
BLUE value IS 72 (28.52% from 255) = 25.44%
R=53.71%
G=20.85%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.53
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152597200.610.530.40351.6144.0841.37
Hex983B4803D35281602c29
Octal2307311007565505405451
Binary1001100011101110010000111101110101101000101100000101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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