#973D58

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

Shades of Night Shadz #973D58

Tints of Night Shadz #973D58

Color information

#973D58 (or 0x973D58) is unknown color: approx Night Shadz. HEX triplet: 97, 3D and 58. RGB value is (151,61,88). Sum of RGB (Red+Green+Blue) = 151+61+88=300 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.33% from 300); Green value is 61 (24.22% from 255 or 20.33% from 300); Blue value is 88 (34.77% from 255 or 29.33% from 300); Max value from RGB is 151 - color contains mainly: red. Hex color #973D58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #973D58 is #68C2A7. Grayscale: #5A5A5A. Windows color (decimal): -6865576 or 5782935. OLE color: 5782935.

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

Color convert

RGB1516188-
CMYK00.600.420.41
HSL342º42.45%41.57%-
HSV(B)342º59.6%59.22%-
XYZ16.1910.6210.43-
YUV90.99126.32170.8-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 50.33%
GREEN value IS 61 (24.22% from 255) = 20.33%
BLUE value IS 88 (34.77% from 255) = 29.33%
R=50.33%
G=20.33%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.42
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151618800.600.420.4134242.4541.57
Hex973D5803C2A291562a2a
Octal2277513007452515265252
Binary1001011111110110110000111100101010101001101010110101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #973D58; }

 p { color: rgb(151,61,88); }

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

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

 a { background-color: rgb(151,61,88); }

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

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

 span { border-color: rgb(151,61,88); }

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