#973349

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

Shades of Night Shadz #973349

Tints of Night Shadz #973349

Color information

#973349 (or 0x973349) is unknown color: approx Night Shadz. HEX triplet: 97, 33 and 49. RGB value is (151,51,73). Sum of RGB (Red+Green+Blue) = 151+51+73=275 (36% of max value = 765). Red value is 151 (59.38% from 255 or 54.91% from 275); Green value is 51 (20.31% from 255 or 18.55% from 275); Blue value is 73 (28.91% from 255 or 26.55% from 275); Max value from RGB is 151 - color contains mainly: red. Hex color #973349 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973349 is #68CCB6. Grayscale: #535353. Windows color (decimal): -6868151 or 4797335. OLE color: 4797335.

HSL color Cylindrical-coordinate representation of color #973349: hue angle of 346.8º degrees, saturation: 0.5, 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 #973349 is Cyan = 0, Magento = 0.66, Yellow = 0.52 and Black (K on CMYK) = 0.41.

Color convert

RGB1515173-
CMYK00.660.520.41
HSL346.8º49.5%39.61%-
HSV(B)346.8º66.23%59.22%-
XYZ15.159.437.32-
YUV83.41122.13176.21-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 54.91%
GREEN value IS 51 (20.31% from 255) = 18.55%
BLUE value IS 73 (28.91% from 255) = 26.55%
R=54.91%
G=18.55%
B=26.55%

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
Decimal151517300.660.520.41346.849.539.61
Hex973349042342915b3228
Octal22763111010264515336250
Binary10010111110011100100101000010110100101001101011011110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #973349; }

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

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

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

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

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

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

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

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