#924240

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

Shades of Mojo #924240

Tints of Mojo #924240

Color information

#924240 (or 0x924240) is unknown color: approx Mojo. HEX triplet: 92, 42 and 40. RGB value is (146,66,64). Sum of RGB (Red+Green+Blue) = 146+66+64=276 (36% of max value = 765). Red value is 146 (57.42% from 255 or 52.90% from 276); Green value is 66 (26.17% from 255 or 23.91% from 276); Blue value is 64 (25.39% from 255 or 23.19% from 276); Max value from RGB is 146 - color contains mainly: red. Hex color #924240 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #924240 is #6DBDBF. Grayscale: #595959. Windows color (decimal): -7192000 or 4211346. OLE color: 4211346.

HSL color Cylindrical-coordinate representation of color #924240: hue angle of 1.46º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #924240 is Cyan = 0, Magento = 0.55, Yellow = 0.56 and Black (K on CMYK) = 0.43.

Color convert

RGB1466664-
CMYK00.550.560.43
HSL1.46º39.05%41.18%-
HSV(B)1.46º56.16%57.25%-
XYZ14.7310.386.08-
YUV89.69113.5168.16-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 52.90%
GREEN value IS 66 (26.17% from 255) = 23.91%
BLUE value IS 64 (25.39% from 255) = 23.19%
R=52.90%
G=23.91%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.56
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146666400.550.560.431.4639.0541.18
Hex924240037382B12729
Octal222102100067705314751
Binary100100101000010100000001101111110001010111100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #924240; }

 p { color: rgb(146,66,64); }

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

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

 a { background-color: rgb(146,66,64); }

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

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

 span { border-color: rgb(146,66,64); }

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