#97463B

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

Shades of Mojo #97463B

Tints of Mojo #97463B

Color information

#97463B (or 0x97463B) is unknown color: approx Mojo. HEX triplet: 97, 46 and 3B. RGB value is (151,70,59). Sum of RGB (Red+Green+Blue) = 151+70+59=280 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.93% from 280); Green value is 70 (27.73% from 255 or 25% from 280); Blue value is 59 (23.44% from 255 or 21.07% from 280); Max value from RGB is 151 - color contains mainly: red. Hex color #97463B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #97463B is #68B9C4. Grayscale: #5D5D5D. Windows color (decimal): -6863301 or 3884695. OLE color: 3884695.

HSL color Cylindrical-coordinate representation of color #97463B: hue angle of 7.17º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #97463B is Cyan = 0, Magento = 0.54, Yellow = 0.61 and Black (K on CMYK) = 0.41.

Color convert

RGB1517059-
CMYK00.540.610.41
HSL7.17º43.81%41.18%-
HSV(B)7.17º60.93%59.22%-
XYZ15.7411.285.48-
YUV92.96108.84169.39-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 53.93%
GREEN value IS 70 (27.73% from 255) = 25%
BLUE value IS 59 (23.44% from 255) = 21.07%
R=53.93%
G=25%
B=21.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.61
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151705900.540.610.417.1743.8141.18
Hex97463B0363D2972c29
Octal22710673066755175451
Binary1001011110001101110110110110111101101001111101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97463B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97463B; }

 p { color: rgb(151,70,59); }

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

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

 a { background-color: rgb(151,70,59); }

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

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

 span { border-color: rgb(151,70,59); }

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