#973E4F

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

Shades of Night Shadz #973E4F

Tints of Night Shadz #973E4F

Color information

#973E4F (or 0x973E4F) is unknown color: approx Night Shadz. HEX triplet: 97, 3E and 4F. RGB value is (151,62,79). Sum of RGB (Red+Green+Blue) = 151+62+79=292 (38% of max value = 765). Red value is 151 (59.38% from 255 or 51.71% from 292); Green value is 62 (24.61% from 255 or 21.23% from 292); Blue value is 79 (31.25% from 255 or 27.05% from 292); Max value from RGB is 151 - color contains mainly: red. Hex color #973E4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #973E4F is #68C1B0. Grayscale: #5A5A5A. Windows color (decimal): -6865329 or 5193367. OLE color: 5193367.

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

Color convert

RGB1516279-
CMYK00.590.480.41
HSL348.54º41.78%41.76%-
HSV(B)348.54º58.94%59.22%-
XYZ15.910.598.6-
YUV90.55121.49171.12-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 51.71%
GREEN value IS 62 (24.61% from 255) = 21.23%
BLUE value IS 79 (31.25% from 255) = 27.05%
R=51.71%
G=21.23%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.48
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151627900.590.480.41348.5441.7841.76
Hex973E4F03B302915d2a2a
Octal2277611707360515355252
Binary1001011111111010011110111011110000101001101011101101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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