#973449

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

Shades of Night Shadz #973449

Tints of Night Shadz #973449

Color information

#973449 (or 0x973449) is unknown color: approx Night Shadz. HEX triplet: 97, 34 and 49. RGB value is (151,52,73). Sum of RGB (Red+Green+Blue) = 151+52+73=276 (36% of max value = 765). Red value is 151 (59.38% from 255 or 54.71% from 276); Green value is 52 (20.70% from 255 or 18.84% from 276); Blue value is 73 (28.91% from 255 or 26.45% from 276); Max value from RGB is 151 - color contains mainly: red. Hex color #973449 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973449 is #68CBB6. Grayscale: #545454. Windows color (decimal): -6867895 or 4797591. OLE color: 4797591.

HSL color Cylindrical-coordinate representation of color #973449: hue angle of 347.27º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #973449 is Cyan = 0, Magento = 0.66, Yellow = 0.52 and Black (K on CMYK) = 0.41.

Color convert

RGB1515273-
CMYK00.660.520.41
HSL347.27º48.77%39.8%-
HSV(B)347.27º65.56%59.22%-
XYZ15.199.527.34-
YUV84121.8175.79-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 54.71%
GREEN value IS 52 (20.70% from 255) = 18.84%
BLUE value IS 73 (28.91% from 255) = 26.45%
R=54.71%
G=18.84%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.52
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151527300.660.520.41347.2748.7739.8
Hex973449042342915b3128
Octal22764111010264515336150
Binary10010111110100100100101000010110100101001101011011110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #973449; }

 p { color: rgb(151,52,73); }

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

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

 a { background-color: rgb(151,52,73); }

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

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

 span { border-color: rgb(151,52,73); }

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