#974050

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

Shades of Night Shadz #974050

Tints of Night Shadz #974050

Color information

#974050 (or 0x974050) is unknown color: approx Night Shadz. HEX triplet: 97, 40 and 50. RGB value is (151,64,80). Sum of RGB (Red+Green+Blue) = 151+64+80=295 (39% of max value = 765). Red value is 151 (59.38% from 255 or 51.19% from 295); Green value is 64 (25.39% from 255 or 21.69% from 295); Blue value is 80 (31.64% from 255 or 27.12% from 295); Max value from RGB is 151 - color contains mainly: red. Hex color #974050 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #974050 is #68BFAF. Grayscale: #5B5B5B. Windows color (decimal): -6864816 or 5259415. OLE color: 5259415.

HSL color Cylindrical-coordinate representation of color #974050: hue angle of 348.97º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #974050 is Cyan = 0, Magento = 0.58, Yellow = 0.47 and Black (K on CMYK) = 0.41.

Color convert

RGB1516480-
CMYK00.580.470.41
HSL348.97º40.47%42.16%-
HSV(B)348.97º57.62%59.22%-
XYZ16.0410.838.83-
YUV91.84121.32170.2-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 51.19%
GREEN value IS 64 (25.39% from 255) = 21.69%
BLUE value IS 80 (31.64% from 255) = 27.12%
R=51.19%
G=21.69%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.47
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151648000.580.470.41348.9740.4742.16
Hex97405003A2F2915d282a
Octal22710012007257515355052
Binary10010111100000010100000111010101111101001101011101101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #974050; }

 p { color: rgb(151,64,80); }

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

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

 a { background-color: rgb(151,64,80); }

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

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

 span { border-color: rgb(151,64,80); }

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