#973F4F

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

Shades of Night Shadz #973F4F

Tints of Night Shadz #973F4F

Color information

#973F4F (or 0x973F4F) is unknown color: approx Night Shadz. HEX triplet: 97, 3F and 4F. RGB value is (151,63,79). Sum of RGB (Red+Green+Blue) = 151+63+79=293 (38% of max value = 765). Red value is 151 (59.38% from 255 or 51.54% from 293); Green value is 63 (25% from 255 or 21.50% from 293); Blue value is 79 (31.25% from 255 or 26.96% from 293); Max value from RGB is 151 - color contains mainly: red. Hex color #973F4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #973F4F is #68C0B0. Grayscale: #5B5B5B. Windows color (decimal): -6865073 or 5193623. OLE color: 5193623.

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

Color convert

RGB1516379-
CMYK00.580.480.41
HSL349.09º41.12%41.96%-
HSV(B)349.09º58.28%59.22%-
XYZ15.9510.78.62-
YUV91.14121.15170.7-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 51.54%
GREEN value IS 63 (25% from 255) = 21.50%
BLUE value IS 79 (31.25% from 255) = 26.96%
R=51.54%
G=21.50%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.48
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151637900.580.480.41349.0941.1241.96
Hex973F4F03A302915d292a
Octal2277711707260515355152
Binary1001011111111110011110111010110000101001101011101101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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