#973F58

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

Shades of Night Shadz #973F58

Tints of Night Shadz #973F58

Color information

#973F58 (or 0x973F58) is unknown color: approx Night Shadz. HEX triplet: 97, 3F and 58. RGB value is (151,63,88). Sum of RGB (Red+Green+Blue) = 151+63+88=302 (40% of max value = 765). Red value is 151 (59.38% from 255 or 50% from 302); Green value is 63 (25% from 255 or 20.86% from 302); Blue value is 88 (34.77% from 255 or 29.14% from 302); Max value from RGB is 151 - color contains mainly: red. Hex color #973F58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #973F58 is #68C0A7. Grayscale: #5C5C5C. Windows color (decimal): -6865064 or 5783447. OLE color: 5783447.

HSL color Cylindrical-coordinate representation of color #973F58: hue angle of 342.95º degrees, saturation: 0.41, 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 #973F58 is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.41.

Color convert

RGB1516388-
CMYK00.580.420.41
HSL342.95º41.12%41.96%-
HSV(B)342.95º58.28%59.22%-
XYZ16.310.8410.47-
YUV92.16125.65169.97-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 50%
GREEN value IS 63 (25% from 255) = 20.86%
BLUE value IS 88 (34.77% from 255) = 29.14%
R=50%
G=20.86%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.42
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151638800.580.420.41342.9541.1241.96
Hex973F5803A2A29157292a
Octal2277713007252515275152
Binary1001011111111110110000111010101010101001101010111101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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