#973D48

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

Shades of Night Shadz #973D48

Tints of Night Shadz #973D48

Color information

#973D48 (or 0x973D48) is unknown color: approx Night Shadz. HEX triplet: 97, 3D and 48. RGB value is (151,61,72). Sum of RGB (Red+Green+Blue) = 151+61+72=284 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.17% from 284); Green value is 61 (24.22% from 255 or 21.48% from 284); Blue value is 72 (28.52% from 255 or 25.35% from 284); Max value from RGB is 151 - color contains mainly: red. Hex color #973D48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973D48 is #68C2B7. Grayscale: #595959. Windows color (decimal): -6865592 or 4734359. OLE color: 4734359.

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

Color convert

RGB1516172-
CMYK00.600.520.41
HSL352.67º42.45%41.57%-
HSV(B)352.67º59.6%59.22%-
XYZ15.610.387.31-
YUV89.16118.32172.11-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 53.17%
GREEN value IS 61 (24.22% from 255) = 21.48%
BLUE value IS 72 (28.52% from 255) = 25.35%
R=53.17%
G=21.48%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.52
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151617200.600.520.41352.6742.4541.57
Hex973D4803C34291612a2a
Octal2277511007464515415252
Binary1001011111110110010000111100110100101001101100001101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,61,72); }

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

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

 a { background-color: rgb(151,61,72); }

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

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

 span { border-color: rgb(151,61,72); }

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