#973B58

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

Shades of Night Shadz #973B58

Tints of Night Shadz #973B58

Color information

#973B58 (or 0x973B58) is unknown color: approx Night Shadz. HEX triplet: 97, 3B and 58. RGB value is (151,59,88). Sum of RGB (Red+Green+Blue) = 151+59+88=298 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.67% from 298); Green value is 59 (23.44% from 255 or 19.80% from 298); Blue value is 88 (34.77% from 255 or 29.53% from 298); Max value from RGB is 151 - color contains mainly: red. Hex color #973B58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #973B58 is #68C4A7. Grayscale: #595959. Windows color (decimal): -6866088 or 5782423. OLE color: 5782423.

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

Color convert

RGB1515988-
CMYK00.610.420.41
HSL341.09º43.81%41.18%-
HSV(B)341.09º60.93%59.22%-
XYZ16.0910.4110.39-
YUV89.81126.98171.64-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 50.67%
GREEN value IS 59 (23.44% from 255) = 19.80%
BLUE value IS 88 (34.77% from 255) = 29.53%
R=50.67%
G=19.80%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.42
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151598800.610.420.41341.0943.8141.18
Hex973B5803D2A291552c29
Octal2277313007552515255451
Binary1001011111101110110000111101101010101001101010101101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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