#984750

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

Shades of Night Shadz #984750

Tints of Night Shadz #984750

Color information

#984750 (or 0x984750) is unknown color: approx Night Shadz. HEX triplet: 98, 47 and 50. RGB value is (152,71,80). Sum of RGB (Red+Green+Blue) = 152+71+80=303 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50.17% from 303); Green value is 71 (28.12% from 255 or 23.43% from 303); Blue value is 80 (31.64% from 255 or 26.40% from 303); Max value from RGB is 152 - color contains mainly: red. Hex color #984750 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984750 is #67B8AF. Grayscale: #606060. Windows color (decimal): -6797488 or 5261208. OLE color: 5261208.

HSL color Cylindrical-coordinate representation of color #984750: hue angle of 353.33º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #984750 is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.40.

Color convert

RGB1527180-
CMYK00.530.470.40
HSL353.33º36.32%43.73%-
HSV(B)353.33º53.29%59.61%-
XYZ16.6511.768.98-
YUV96.24118.84167.77-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 50.17%
GREEN value IS 71 (28.12% from 255) = 23.43%
BLUE value IS 80 (31.64% from 255) = 26.40%
R=50.17%
G=23.43%
B=26.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.47
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152718000.530.470.40353.3336.3243.73
Hex9847500352F28161242c
Octal23010712006557505414454
Binary10011000100011110100000110101101111101000101100001100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984750; }

 p { color: rgb(152,71,80); }

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

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

 a { background-color: rgb(152,71,80); }

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

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

 span { border-color: rgb(152,71,80); }

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