#984135

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

Shades of Mojo #984135

Tints of Mojo #984135

Color information

#984135 (or 0x984135) is unknown color: approx Mojo. HEX triplet: 98, 41 and 35. RGB value is (152,65,53). Sum of RGB (Red+Green+Blue) = 152+65+53=270 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.30% from 270); Green value is 65 (25.78% from 255 or 24.07% from 270); Blue value is 53 (21.09% from 255 or 19.63% from 270); Max value from RGB is 152 - color contains mainly: red. Hex color #984135 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #984135 is #67BECA. Grayscale: #595959. Windows color (decimal): -6799051 or 3490200. OLE color: 3490200.

HSL color Cylindrical-coordinate representation of color #984135: hue angle of 7.27º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #984135 is Cyan = 0, Magento = 0.57, Yellow = 0.65 and Black (K on CMYK) = 0.40.

Color convert

RGB1526553-
CMYK00.570.650.40
HSL7.27º48.29%40.2%-
HSV(B)7.27º65.13%59.61%-
XYZ15.4810.714.62-
YUV89.65107.32172.48-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 56.30%
GREEN value IS 65 (25.78% from 255) = 24.07%
BLUE value IS 53 (21.09% from 255) = 19.63%
R=56.30%
G=24.07%
B=19.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.65
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152655300.570.650.407.2748.2940.2
Hex984135039412873028
Octal230101650711015076050
Binary10011000100000111010101110011000001101000111110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984135; }

 p { color: rgb(152,65,53); }

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

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

 a { background-color: rgb(152,65,53); }

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

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

 span { border-color: rgb(152,65,53); }

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