#974751

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

Shades of Night Shadz #974751

Tints of Night Shadz #974751

Color information

#974751 (or 0x974751) is unknown color: approx Night Shadz. HEX triplet: 97, 47 and 51. RGB value is (151,71,81). Sum of RGB (Red+Green+Blue) = 151+71+81=303 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.83% from 303); Green value is 71 (28.12% from 255 or 23.43% from 303); Blue value is 81 (32.03% from 255 or 26.73% from 303); Max value from RGB is 151 - color contains mainly: red. Hex color #974751 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #974751 is #68B8AE. Grayscale: #606060. Windows color (decimal): -6863023 or 5326743. OLE color: 5326743.

HSL color Cylindrical-coordinate representation of color #974751: hue angle of 352.5º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #974751 is Cyan = 0, Magento = 0.53, Yellow = 0.46 and Black (K on CMYK) = 0.41.

Color convert

RGB1517181-
CMYK00.530.460.41
HSL352.5º36.04%43.53%-
HSV(B)352.5º52.98%59.22%-
XYZ16.511.689.17-
YUV96.06119.5167.19-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 49.83%
GREEN value IS 71 (28.12% from 255) = 23.43%
BLUE value IS 81 (32.03% from 255) = 26.73%
R=49.83%
G=23.43%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.46
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151718100.530.460.41352.536.0443.53
Hex9747510352E29160242c
Octal22710712106556515404454
Binary10010111100011110100010110101101110101001101100000100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #974751; }

 p { color: rgb(151,71,81); }

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

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

 a { background-color: rgb(151,71,81); }

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

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

 span { border-color: rgb(151,71,81); }

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