#974039

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

Shades of Mojo #974039

Tints of Mojo #974039

Color information

#974039 (or 0x974039) is unknown color: approx Mojo. HEX triplet: 97, 40 and 39. RGB value is (151,64,57). Sum of RGB (Red+Green+Blue) = 151+64+57=272 (36% of max value = 765). Red value is 151 (59.38% from 255 or 55.51% from 272); Green value is 64 (25.39% from 255 or 23.53% from 272); Blue value is 57 (22.66% from 255 or 20.96% from 272); Max value from RGB is 151 - color contains mainly: red. Hex color #974039 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #974039 is #68BFC6. Grayscale: #595959. Windows color (decimal): -6864839 or 3752087. OLE color: 3752087.

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

Color convert

RGB1516457-
CMYK00.580.620.41
HSL4.47º45.19%40.78%-
HSV(B)4.47º62.25%59.22%-
XYZ15.3310.545.1-
YUV89.22109.82172.07-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 55.51%
GREEN value IS 64 (25.39% from 255) = 23.53%
BLUE value IS 57 (22.66% from 255) = 20.96%
R=55.51%
G=23.53%
B=20.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.62
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151645700.580.620.414.4745.1940.78
Hex97403903A3E2942d29
Octal22710071072765145551
Binary1001011110000001110010111010111110101001100101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #974039; }

 p { color: rgb(151,64,57); }

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

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

 a { background-color: rgb(151,64,57); }

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

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

 span { border-color: rgb(151,64,57); }

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