#9B4B39

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

Shades of Mojo #9B4B39

Tints of Mojo #9B4B39

Color information

#9B4B39 (or 0x9B4B39) is unknown color: approx Mojo. HEX triplet: 9B, 4B and 39. RGB value is (155,75,57). Sum of RGB (Red+Green+Blue) = 155+75+57=287 (38% of max value = 765). Red value is 155 (60.94% from 255 or 54.01% from 287); Green value is 75 (29.69% from 255 or 26.13% from 287); Blue value is 57 (22.66% from 255 or 19.86% from 287); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4B39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B4B39 is #64B4C6. Grayscale: #616161. Windows color (decimal): -6599879 or 3754907. OLE color: 3754907.

HSL color Cylindrical-coordinate representation of color #9B4B39: hue angle of 11.02º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9B4B39 is Cyan = 0, Magento = 0.52, Yellow = 0.63 and Black (K on CMYK) = 0.39.

Color convert

RGB1557557-
CMYK00.520.630.39
HSL11.02º46.23%41.57%-
HSV(B)11.02º63.23%60.78%-
XYZ16.7712.35.36-
YUV96.87105.5169.46-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 54.01%
GREEN value IS 75 (29.69% from 255) = 26.13%
BLUE value IS 57 (22.66% from 255) = 19.86%
R=54.01%
G=26.13%
B=19.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.63
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155755700.520.630.3911.0246.2341.57
Hex9B4B390343F27b2e2a
Octal233113710647747135652
Binary10011011100101111100101101001111111001111011101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B4B39; }

 p { color: rgb(155,75,57); }

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

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

 a { background-color: rgb(155,75,57); }

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

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

 span { border-color: rgb(155,75,57); }

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