#974139

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

Shades of Mojo #974139

Tints of Mojo #974139

Color information

#974139 (or 0x974139) is unknown color: approx Mojo. HEX triplet: 97, 41 and 39. RGB value is (151,65,57). Sum of RGB (Red+Green+Blue) = 151+65+57=273 (36% of max value = 765). Red value is 151 (59.38% from 255 or 55.31% from 273); Green value is 65 (25.78% from 255 or 23.81% from 273); Blue value is 57 (22.66% from 255 or 20.88% from 273); Max value from RGB is 151 - color contains mainly: red. Hex color #974139 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #974139 is #68BEC6. Grayscale: #595959. Windows color (decimal): -6864583 or 3752343. OLE color: 3752343.

HSL color Cylindrical-coordinate representation of color #974139: hue angle of 5.11º 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 #974139 is Cyan = 0, Magento = 0.57, Yellow = 0.62 and Black (K on CMYK) = 0.41.

Color convert

RGB1516557-
CMYK00.570.620.41
HSL5.11º45.19%40.78%-
HSV(B)5.11º62.25%59.22%-
XYZ15.3910.665.12-
YUV89.8109.49171.65-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 55.31%
GREEN value IS 65 (25.78% from 255) = 23.81%
BLUE value IS 57 (22.66% from 255) = 20.88%
R=55.31%
G=23.81%
B=20.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.62
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151655700.570.620.415.1145.1940.78
Hex9741390393E2952d29
Octal22710171071765155551
Binary1001011110000011110010111001111110101001101101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #974139; }

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

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

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

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

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

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

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

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